]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/subscription_status.html
OSQA-266
[osqa.git] / forum / skins / default / templates / subscription_status.html
index c489da1922dc13e21026d828441a3ad2b7d44127..46ad235beaeb75728646588cb392afaf18c3781f 100644 (file)
@@ -1,6 +1,7 @@
-{% load i18n %}\r
-\r
-<h3 class="subtitle">{% trans "Subscription" %}:</h3>\r
+{% 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
 {% 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