Sorting for announcement headers and pagination

This commit is contained in:
Mouse Reeve
2021-05-20 09:43:29 -07:00
parent 3d70a36d86
commit 49916a7498
3 changed files with 29 additions and 7 deletions

View File

@ -1,7 +1,5 @@
{% extends 'layout.html' %}
{% load i18n %}
{% load bookwyrm_tags %}
{% load humanize %}
{% load i18n %}{% load bookwyrm_tags %}{% load humanize %}{% load utilities %}
{% block title %}{{ book.title }}{% endblock %}