tweak media thumb downloading, more work on media interface

This commit is contained in:
meeb
2020-12-06 18:33:48 +11:00
parent 6562611a78
commit 60a7305fb7
10 changed files with 61 additions and 37 deletions

View File

@@ -3,7 +3,7 @@
<div class="col s12">
<div class="pagination">
{% for i in paginator.page_range %}
<a class="pagenum{% if i == page_obj.number %} currentpage{% endif %}" href="?page={{ i }}">{{ i }}</a>
<a class="pagenum{% if i == page_obj.number %} currentpage{% endif %}" href="?{% if filter %}filter={{ filter }}&{% endif %}page={{ i }}">{{ i }}</a>
{% endfor %}
</div>
</div>