Indenting section in the autoscape block
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 14 Jul 2011 04:20:16 +0000 (23:20 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 14 Jul 2011 04:20:16 +0000 (23:20 -0500)
mediagoblin/templates/mediagoblin/utils/profile.html

index d9b121f6af62126f1228014d96fa287f7305a28a..63024b77e3cf8c71ac87d3ab2a0e65be1babb93b 100644 (file)
@@ -19,7 +19,7 @@
 {% block profile_content -%}
   {% if user.bio %}
     {% autoescape False %}
-    <p>{{ user.bio_html }}</p>
+      <p>{{ user.bio_html }}</p>
     {% endautoescape %}
   {% endif %}
   {% if user.url %}