mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 11:59:23 +00:00
@ -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 %}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user