paginate moderation log

This commit is contained in:
Michael Save 2012-04-13 20:57:59 +10:00
parent e92ee2b487
commit d1876a0dd6
3 changed files with 12 additions and 2 deletions

View file

@ -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>