]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/sidebar/user_blocks.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 / sidebar / user_blocks.html
1 {% load markup %}
2
3 {% if show %}
4 {% if wrap %}<div id="{{ blockid }}" class="boxC">
5     <div class="body">{% endif %}
6         {{ content|markdown }}
7      {% if wrap %}</div>
8 </div>{% endif %}
9 {% endif %}