]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/subscription_status.html
Migrate to Django 1.6
[osqa.git] / forum / skins / default / templates / subscription_status.html
index 49ec02f7ec10ed365824d255d222bee0afadc7df..535ea1817c39b787403f335768d1a8f32b65c3ef 100644 (file)
@@ -1,43 +1,43 @@
-{% spaceless %}\r
-{% load i18n extra_tags %}\r
-<h3 class="subtitle">{% trans "Follow this question" %}</h3>\r
-<strong>{% trans "By Email" %}:</strong>\r
-{% if request.user.is_authenticated %}\r
-    <div class="subscription-status">\r
-        {% if subscription %}\r
-            {% if subscription.auto_subscription %}\r
-                <p>{% trans "You were automatically subscribed to this question." %}</p>\r
-            {% else %}\r
-                <p>{% trans "You are subscribed to this question." %}</p>\r
-            {% endif %}\r
-        {% else %}\r
-            <p>{% trans "You are not subscribed to this question." %}</p>\r
-        {% endif %}\r
-    </div>\r
-    <p><a class="ajax-command sidebar_button subscription_switch" href="{% url subscribe_simple id=question.id %}">\r
-        {% if subscription %}\r
-            {% trans "unsubscribe me" %}\r
-        {% else %}\r
-            {% trans "subscribe me" %}\r
-        {% endif %}\r
-    </a></p>\r
-    <p>\r
-        {% blocktrans with request.user.get_user_subscriptions_url as subscriptions_url %}\r
-            (you can adjust your notification settings on your <a href="{{ subscriptions_url }}">profile</a>)\r
-        {% endblocktrans %}\r
-    </p>\r
-{% else %}\r
-    <p>{% trans "Once you sign in you will be able to subscribe for any updates here" %}</p>\r
-{% endif %}\r
-<strong>{% trans "By RSS" %}:</strong>\r
-<p>\r
-    <a class="feed-icon" style="background-image:url('{% media "media/images/feed-icon-small.png" %}');"\r
-        href="{{ question.get_absolute_url }}?type=rss" title="{% trans "subscribe to answers" %}"></a>\r
-    {% trans "Answers" %}\r
-</p>\r
-<p>\r
-    <a class="feed-icon" style="background-image:url('{% media "media/images/feed-icon-small.png" %}');"\r
-        href="{{ question.get_absolute_url }}?type=rss&comments=yes" title="{% trans "subscribe to comments and answers" %}"></a>\r
-    {% trans "Answers and Comments" %}\r
-</p>\r
-{% endspaceless %}\r
+{% spaceless %}
+{% load i18n extra_tags %}
+<h3 class="subtitle">{% trans "Follow this question" %}</h3>
+<strong>{% trans "By Email" %}:</strong>
+{% if request.user.is_authenticated %}
+    <div class="subscription-status">
+        {% if subscription %}
+            {% if subscription.auto_subscription %}
+                <p>{% trans "You were automatically subscribed to this question." %}</p>
+            {% else %}
+                <p>{% trans "You are subscribed to this question." %}</p>
+            {% endif %}
+        {% else %}
+            <p>{% trans "You are not subscribed to this question." %}</p>
+        {% endif %}
+    </div>
+    <p><a class="ajax-command sidebar_button subscription_switch" href="{% url "subscribe_simple" id=question.id %}">
+        {% if subscription %}
+            {% trans "unsubscribe me" %}
+        {% else %}
+            {% trans "subscribe me" %}
+        {% endif %}
+    </a></p>
+    <p>
+        {% blocktrans with request.user.get_user_subscriptions_url as subscriptions_url %}
+            (you can adjust your notification settings on your <a href="{{ subscriptions_url }}">profile</a>)
+        {% endblocktrans %}
+    </p>
+{% else %}
+    <p>{% trans "Once you sign in you will be able to subscribe for any updates here" %}</p>
+{% endif %}
+<strong>{% trans "By RSS" %}:</strong>
+<p>
+    <a class="feed-icon" style="background-image:url('{% media "media/images/feed-icon-small.png" %}');"
+        href="{{ question.get_absolute_url }}?type=rss" title="{% trans "subscribe to answers" %}"></a>
+    {% trans "Answers" %}
+</p>
+<p>
+    <a class="feed-icon" style="background-image:url('{% media "media/images/feed-icon-small.png" %}');"
+        href="{{ question.get_absolute_url }}?type=rss&comments=yes" title="{% trans "subscribe to comments and answers" %}"></a>
+    {% trans "Answers and Comments" %}
+</p>
+{% endspaceless %}