mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-26 11:04:20 +00:00
forum: fix reply page
Signed-off-by: Skia <skia@libskia.so>
This commit is contained in:
parent
38622c98e9
commit
3521ad699e
@ -19,6 +19,7 @@
|
|||||||
> <a href="{{ topic.forum.get_absolute_url() }}">{{ topic.forum }}</a>
|
> <a href="{{ topic.forum.get_absolute_url() }}">{{ topic.forum }}</a>
|
||||||
> <a href="{{ topic.get_absolute_url() }}">{{ topic }}</a>
|
> <a href="{{ topic.get_absolute_url() }}">{{ topic }}</a>
|
||||||
</p>
|
</p>
|
||||||
|
<div id="forum">
|
||||||
<h3>{{ topic.title }}</h3>
|
<h3>{{ topic.title }}</h3>
|
||||||
<h4>{% trans %}Reply{% endtrans %}</h4>
|
<h4>{% trans %}Reply{% endtrans %}</h4>
|
||||||
{% else %}
|
{% else %}
|
||||||
@ -55,6 +56,9 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user