Switch from custom pagination to django.core.paginator, since it can do things like counts and 'is there a next page' more easily
This commit is contained in:
parent
2d2159ee58
commit
2a65644813
5 changed files with 26 additions and 38 deletions
|
@ -10,7 +10,6 @@
|
|||
<link rel="canonical" href="{{ uri }}" />
|
||||
{% if atom %}<link rel="alternate" type="application/atom+xml" href="{% url atom %}" />{% endif %}
|
||||
{% if rss %}<link rel="alternate" type="application/rss+xml" href="{% url rss %}" /> {% endif %}
|
||||
{% if next %}<link rel="next" href="{{ next }}" />{% endif %}
|
||||
{% block head %}{% endblock %}
|
||||
|
||||
<link rel="authorization_endpoint" href="{{ origin }}{% url 'lemonauth:indie' %}" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue