mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-07 23:28:16 -05:00
lots of things working
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
<ul class="pagination justify-content-center">
|
||||
{% block pagination.allpages %}
|
||||
<li class="page-item">
|
||||
{% blocktrans %}{% endblocktrans %}
|
||||
|
||||
</li>
|
||||
{% for page in table.paginator.page_range %}
|
||||
{% with range_start=current_page|add:"-3" range_end=current_page|add:"3" page_count_minus_5=page_count|add:"-5" page_count_minus_1=page_count|add:"-1" %}
|
||||
|
||||
Reference in New Issue
Block a user