diff --git a/forum/templates/forum/reply.jinja b/forum/templates/forum/reply.jinja index c7bcfe66..9386cdf9 100644 --- a/forum/templates/forum/reply.jinja +++ b/forum/templates/forum/reply.jinja @@ -19,42 +19,46 @@ > {{ topic.forum }} > {{ topic }}

-

{{ topic.title }}

-

{% trans %}Reply{% endtrans %}

-{% else %} -

{% trans %}New topic{% endtrans %}

-{% endif %} -
- {% csrf_token %} - {{ form.as_p() }} -

-

-
-