diff options
-rw-r--r-- | mediagoblin/templates/mediagoblin/utils/profile.html | 2 |
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 %} |