X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/2c3ba81e19fd6d84ab208ad90a48fd81e4780c29..dcacc3b4c2ba2f550806a2d22b183f6fac4f63ff:/forum/skins/default/templates/question_list/title.html
diff --git a/forum/skins/default/templates/question_list/title.html b/forum/skins/default/templates/question_list/title.html
index bb6268f..dcec33d 100644
--- a/forum/skins/default/templates/question_list/title.html
+++ b/forum/skins/default/templates/question_list/title.html
@@ -1,25 +1,25 @@
-{% load i18n %}
-
-
- {% if searchtag %}
- {% trans "Found by tags" %}
- {% else %}
- {% if searchtitle %}
- {% if settings.USE_SPHINX_SEARCH %}
- {% trans "Search results" %}
- {% else %}
- {% trans "Found by title" %}
- {% endif %}
- {% else %}
- {% if is_unanswered %}
- {% trans "Unanswered questions" %}
- {% else %}
- {% if page_title %}
- {% trans page_title %}
- {% else %}
- {% trans "All Questions" %}
- {% endif %}
- {% endif %}
- {% endif %}
- {% endif %}
+{% load i18n %}
+
+
+ {% if searchtag %}
+ {% trans "Found by tags" %}
+ {% else %}
+ {% if searchtitle %}
+ {% if settings.USE_SPHINX_SEARCH %}
+ {% trans "Search results" %}
+ {% else %}
+ {% trans "Found by title" %}
+ {% endif %}
+ {% else %}
+ {% if is_unanswered %}
+ {% trans "Unanswered questions" %}
+ {% else %}
+ {% if page_title %}
+ {% trans page_title %}
+ {% else %}
+ {% trans "All Questions" %}
+ {% endif %}
+ {% endif %}
+ {% endif %}
+ {% endif %}
\ No newline at end of file