aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-07-13 23:20:16 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-07-13 23:20:16 -0500
commit3bc3d429fe3d8556616dff1ead4daa57d0a1b1cf (patch)
treeb6ed4e3db6719d53cd3156faf91268fef51a48e5
parentfb5075e6b2ec5b2b20eecf3b4c9fb62a5253ad5c (diff)
downloadmediagoblin-3bc3d429fe3d8556616dff1ead4daa57d0a1b1cf.tar.lz
mediagoblin-3bc3d429fe3d8556616dff1ead4daa57d0a1b1cf.tar.xz
mediagoblin-3bc3d429fe3d8556616dff1ead4daa57d0a1b1cf.zip
Indenting section in the autoscape block
-rw-r--r--mediagoblin/templates/mediagoblin/utils/profile.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/utils/profile.html b/mediagoblin/templates/mediagoblin/utils/profile.html
index d9b121f6..63024b77 100644
--- a/mediagoblin/templates/mediagoblin/utils/profile.html
+++ b/mediagoblin/templates/mediagoblin/utils/profile.html
@@ -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 %}