]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/sidebar/user_blocks.html
Improvements on full text search.
[osqa.git] / forum / skins / default / templates / sidebar / user_blocks.html
index 4303e3195c27372c596b3fe24e45d84f964fa03e..b7fd4b2be096c5201f9fdb21084f314a877bfe0a 100644 (file)
@@ -1,9 +1,9 @@
 {% load markup %}
 
 {% if show %}
-<div id="{{ blockid }}" class="boxC">
-    <div class="body">
+{% if wrap %}<div id="{{ blockid }}" class="boxC">
+    <div class="body">{% endif %}
         {{ content|markdown }}
-     </div>
-</div>
+     {% if wrap %}</div>
+</div>{% endif %}
 {% endif %}
\ No newline at end of file