X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/0e419989be7dfc256a0ef8a39de3b3744257f9be..f73c15a3bd47e9f7fe3a29645f968528fb6415e4:/forum/skins/default/templates/question.html?ds=inline diff --git a/forum/skins/default/templates/question.html b/forum/skins/default/templates/question.html index 1173ce9..c6c4cde 100644 --- a/forum/skins/default/templates/question.html +++ b/forum/skins/default/templates/question.html @@ -11,12 +11,13 @@ {% block metadescription %}{{ question.meta_description }}{% endblock %} {% block metakeywords %}{{question.tagname_meta_generator}}{% endblock %} {% block meta %} - + {% endblock %} {% block title %}{% spaceless %}{{ question.headline }}{% endspaceless %}{% endblock %} {% block forejs %} {% if not question.nis.closed %} + @@ -106,7 +107,7 @@
{% for tag in question.tagname_list %} - {% endfor %}
@@ -238,8 +239,17 @@ {{ answer.text.errors }} -
+
+ + {% if answer.recaptcha %} +
+ {{ answer.recaptcha.errors }} + {{ answer.recaptcha }} +
+
+ {% endif %} +

{% include "subscription_status.html" %} + +{% markdown_help %} + {% sidebar_upper %} + {% cache 60 questions_tags settings.APP_URL question.id %}

@@ -270,8 +284,9 @@

{% for tag in question.tags.all %} - ×{{ tag.used_count|intcomma }}
{% endfor %}