mirror of
https://github.com/ae-utbm/sith.git
synced 2026-02-11 18:08:21 +00:00
Add some pagination on forum topics
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
<hr>
|
||||
|
||||
{% for m in topic.messages.select_related('author__avatar_pict').order_by('-id') %}
|
||||
{% for m in topic.messages.select_related('author__avatar_pict').order_by('-id')[:10] %}
|
||||
{{ display_message(m, user) }}
|
||||
{% endfor %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user