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