From 2b28f95b31121e14247770dca1f6a9b6ce8c2d0f Mon Sep 17 00:00:00 2001
From: LotusEcho
{% 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