X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/f8bdcf43ec75e04c30cb26e6c35e1a9f3cf262be..a1d7178d4815eb368d905a35a011200c39692ae9:/forum/skins/default/templates/questions.html diff --git a/forum/skins/default/templates/questions.html b/forum/skins/default/templates/questions.html index ddf4f69..66d9d40 100644 --- a/forum/skins/default/templates/questions.html +++ b/forum/skins/default/templates/questions.html @@ -3,8 +3,9 @@ {% load question_list_tags %} {% load i18n %} {% load extra_tags %} +{% load general_sidebar_tags %} -{% block title %}{% spaceless %}{% trans "Questions" %}{% endspaceless %}{% endblock %} +{% block title %}{% spaceless %}{{ page_title }}{% endspaceless %}{% endblock %} {% block content %}
{% question_list_title %} @@ -22,7 +23,10 @@ {% block sidebar %} {% question_list_count %} + {% sidebar_upper %} {% tag_selector %} + {% sidebar_lower %} {% question_list_related_tags questions %} + {% endblock %}