From 2b28f95b31121e14247770dca1f6a9b6ce8c2d0f Mon Sep 17 00:00:00 2001 From: LotusEcho Date: Mon, 24 Sep 2012 12:05:18 -0400 Subject: [PATCH] Changed a

to

in user.html. Removed the

wrappers in profile.html which was included in user.html. --- mediagoblin/templates/mediagoblin/user_pages/user.html | 2 +- mediagoblin/templates/mediagoblin/utils/profile.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mediagoblin/templates/mediagoblin/user_pages/user.html b/mediagoblin/templates/mediagoblin/user_pages/user.html index c74535d7..a58d745f 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/user.html +++ b/mediagoblin/templates/mediagoblin/user_pages/user.html @@ -40,7 +40,7 @@ {% block mediagoblin_content -%} {# If no user... #} {% if not user %} -

{% trans %}Sorry, no such user found.{% endtrans %}

+

{% trans %}Sorry, no such user found.{% endtrans %}

{# User exists, but needs verification #} {% elif user.status == "needs_email_verification" %} diff --git a/mediagoblin/templates/mediagoblin/utils/profile.html b/mediagoblin/templates/mediagoblin/utils/profile.html index 945bd0bb..7a3af01c 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 %} -

{{ user.bio_html }}

+ {{ user.bio_html }} {% endautoescape %} {% endif %} {% if user.url %} -- 2.25.1