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