Removing duplicate page numbers and Catalog link from index page template
This commit is contained in:
parent
68e80524c5
commit
243c1a3a52
@ -72,14 +72,6 @@
|
||||
{% include 'report_delete.html' %}
|
||||
</form>
|
||||
|
||||
<div class="pages">
|
||||
{{ btn.prev }} {% for page in pages %}
|
||||
[<a {% if page.selected %}class="selected"{% endif %}{% if not page.selected %}href="{{ page.link }}"{% endif %}>{{ page.num }}</a>]{% if loop.last %} {% endif %}
|
||||
{% endfor %} {{ btn.next }}
|
||||
{% if config.catalog_link %}
|
||||
| <a href="{{ config.root }}{{ board.dir }}{{ config.catalog_link }}">{% trans %}Catalog{% endtrans %}</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
{{ boardlist.bottom }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user