diff --git a/templates/themes/catalog/catalog.html b/templates/themes/catalog/catalog.html index 2540698b..304093b6 100644 --- a/templates/themes/catalog/catalog.html +++ b/templates/themes/catalog/catalog.html @@ -17,7 +17,16 @@
{{ settings.subtitle }}
- {% include 'post_form.html' %} + {% if not no_post_form %} +
+ +

[ {% trans 'Create new thread' %} ]

+
+
+ {% include 'post_form.html' %} +
+
+ {% endif %} {% if config.announcements.show %}
{% endif %}