]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/node/wiki_symbol.html
puts the "Validate my email link" in a p tag so that it gets the right styles. Fixes...
[osqa.git] / forum / skins / default / templates / node / wiki_symbol.html
1 {% load i18n extra_tags %}
2 {% spaceless %}
3 {% if is_wiki %}
4     <div class="community-wiki">
5         {% blocktrans %}This {{ post_type }} is marked "community wiki".{% endblocktrans %}
6         {% if can_edit %}
7             <br />{% blocktrans %}Feel free to <a href="{{ edit_url }}">edit it</a>.{% endblocktrans %}
8         {% endif %}
9     </div>
10 {% endif %}
11 {% endspaceless %}