]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/sidebar/user_blocks.html
should now be working for chrome/safari/firefox. still need to fix markdown display...
[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 %}