From 81bc9d23dd2ed96a57c6e5b0a64e66b4cceb5100 Mon Sep 17 00:00:00 2001 From: discomrade Date: Fri, 1 Oct 2021 06:03:58 +0000 Subject: [PATCH] Enable posting from catalog without JS Thank you based lewdposter --- templates/themes/catalog/catalog.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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 %}