]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/sidebar/user_blocks.html
Adds the habillity to opt for a rendering mode in the static content settings.
[osqa.git] / forum / skins / default / templates / sidebar / user_blocks.html
index 4303e3195c27372c596b3fe24e45d84f964fa03e..d3d98cc27ac925ea2e1fccde5dbbf0bb721dc598 100644 (file)
@@ -1,9 +1,9 @@
 {% load markup %}
 
 {% if show %}
-<div id="{{ blockid }}" class="boxC">
-    <div class="body">
-        {{ content|markdown }}
-     </div>
-</div>
-{% endif %}
\ No newline at end of file
+{% if wrap %}<div id="{{ blockid }}" class="boxC">
+    <div class="body">{% endif %}
+        {{ content }}
+     {% if wrap %}</div>
+</div>{% endif %}
+{% endif %}