]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/question_list/title.html
Migrate to Django 1.6
[osqa.git] / forum / skins / default / templates / question_list / title.html
index bb6268fefd8fa48ba73935c6efdae35be6e7c6e5..dcec33def8e1754f830d556fe35d6a7bd3f461ad 100644 (file)
@@ -1,25 +1,25 @@
-{% load i18n %}\r
-\r
-<div class="headQuestions">\r
-    {% if searchtag %}\r
-        {% trans "Found by tags" %}\r
-    {% else %}\r
-        {% if searchtitle %}\r
-            {% if settings.USE_SPHINX_SEARCH %}\r
-                {% trans "Search results" %}\r
-            {% else %}\r
-                {% trans "Found by title" %}\r
-            {% endif %}\r
-        {% else %}\r
-            {% if is_unanswered %}\r
-                {% trans "Unanswered questions" %}\r
-            {% else %}\r
-                {% if page_title %}\r
-                    {% trans page_title %}\r
-                {% else %}\r
-                    {% trans "All Questions" %}\r
-                {% endif %}\r
-            {% endif %}\r
-        {% endif %}\r
-    {% endif %}\r
+{% load i18n %}
+
+<div class="headQuestions">
+    {% 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 %}
 </div>
\ No newline at end of file