forum: fix reply page

Signed-off-by: Skia <skia@libskia.so>
This commit is contained in:
Skia 2017-06-02 08:47:47 +02:00
parent 38622c98e9
commit 3521ad699e

View File

@ -19,6 +19,7 @@
> <a href="{{ topic.forum.get_absolute_url() }}">{{ topic.forum }}</a>
> <a href="{{ topic.get_absolute_url() }}">{{ topic }}</a>
</p>
<div id="forum">
<h3>{{ topic.title }}</h3>
<h4>{% trans %}Reply{% endtrans %}</h4>
{% else %}
@ -55,6 +56,9 @@
{% endfor %}
{% endif %}
</div>
{% endblock %}