Skip to content
This repository was archived by the owner on May 19, 2021. It is now read-only.

Commit fe434f1

Browse files
committed
topic.html: Render pagination
1 parent e140666 commit fe434f1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

inyoka_theme_default/templates/forum/topic.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@
8282
{% endblock %}
8383

8484
{% block content %}
85+
{% set rendered_pagination = macros.render_pagination(pagination) %}
86+
8587
{{ rendered_pagination }}
8688
{% for post in posts %}
8789
<div class="forum-post {% if post.hidden %}forum-post-muted{% endif %}" id="post-{{ post.id }}">
@@ -137,5 +139,6 @@
137139
</div>
138140
</div>
139141
{% endfor %}
142+
140143
{{ rendered_pagination }}
141144
{% endblock %}

0 commit comments

Comments
 (0)