]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/sidebar/user_blocks.html
Merge pull request #26 from udacity/remove_dj_version
[osqa.git] / forum / skins / default / templates / sidebar / user_blocks.html
index 9bf843cb01ebf1970e14a4b7d267f8ff3a6e2d87..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 %}