]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/node/favorite_mark.html
Migrate to Django 1.6
[osqa.git] / forum / skins / default / templates / node / favorite_mark.html
index 6cfaac9ce0dfe67cc6602bb6398f7fff9bfa332e..6540241ad530672d062bb30810fdaacad5f65381 100644 (file)
@@ -1,8 +1,8 @@
-{% load i18n %}\r
-\r
-<a id="favorite-mark" title="{% trans "mark/unmark this question as favorite (click again to cancel)" %}"\r
-    class="ajax-command favorite-mark {% if favorited %} on{% endif %}"\r
-    href="{% url mark_favorite id=question.id %}" rel="nofollow"> </a>\r
-<div id="favorite-count" class="favorite-count">\r
-   {% if favorite_count %}{{ favorite_count }}{% endif %}\r
-</div>\r
+{% load i18n %}
+
+<a id="favorite-mark" title="{% trans "mark/unmark this question as favorite (click again to cancel)" %}"
+    class="ajax-command favorite-mark {% if favorited %} on{% endif %}"
+    href="{% url "mark_favorite" id=question.id %}" rel="nofollow"> </a>
+<div id="favorite-count" class="favorite-count">
+   {% if favorite_count %}{{ favorite_count }}{% endif %}
+</div>