{% trans "toggle preview" %} | +{% if settings.WIKI_ON %} |
{{ form.wiki }} {{ form.wiki.label_tag }}
@@ -110,10 +148,19 @@
{{ form.tags.help_text }} - {% if not request.user.is_authenticated %} - + + {% if form.recaptcha %} +
+ {{ form.recaptcha.errors }}
+ {{ form.recaptcha }}
+
+
+ {% endif %}
+
+ {% if not request.user.is_authenticated %}
+
{% else %}
-
+
{% endif %}
|