]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/question/favorite_mark.html
initial import
[osqa.git] / forum / skins / default / templates / question / favorite_mark.html
1 {% load i18n %}\r
2 \r
3 <a id="favorite-mark" title="{% trans "mark/unmark this question as favorite (click again to cancel)" %}"\r
4     class="ajax-command favorite-mark {% if favorited %} on{% endif %}"\r
5     href="{% url mark_favorite id=question.id %}" rel="nofollow"> </a>\r
6 <div id="favorite-count" class="favorite-count">\r
7    {% if favorite_count %}{{ favorite_count }}{% endif %}\r
8 </div>\r