X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/6b9b8579ab09beb19c0956bcd3938047c900bd61..3d2834dab9979fc59b50d09d5bad69b547915be2:/forum/skins/default/templates/question.html
diff --git a/forum/skins/default/templates/question.html b/forum/skins/default/templates/question.html
index fceff20..aff082b 100644
--- a/forum/skins/default/templates/question.html
+++ b/forum/skins/default/templates/question.html
@@ -3,19 +3,31 @@
{% load node_tags %}
{% load extra_tags %}
{% load extra_filters %}
+{% load general_sidebar_tags %}
{% load smart_if %}
{% load humanize %}
{% load i18n %}
{% load cache %}
+{% 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.closed %}
+ {% if not question.nis.closed %}
+
+
+
+ {% if embed_youtube_videos %}
+
+
+
+ {% endif %}
{% endif %}