forked from leftypol/leftypol
paginate moderation log
This commit is contained in:
parent
e92ee2b487
commit
d1876a0dd6
3 changed files with 12 additions and 2 deletions
|
@ -31,3 +31,9 @@
|
|||
{% endfor %}
|
||||
</table>
|
||||
|
||||
<p class="unimportant" style="text-align:center;word-wrap:break-word">
|
||||
{% for i in range(0, count / config.mod.modlog_page) %}
|
||||
<a href="?/log/{{ i + 1 }}">[{{ i + 1 }}]</a>
|
||||
{% endfor %}
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue