Changed a <p/> to </p> in user.html. Removed the <p></p> wrappers in profile.html which was included in user.html.
This commit is contained in:
parent
f2bcd91d20
commit
2b28f95b31
@ -40,7 +40,7 @@
|
||||
{% block mediagoblin_content -%}
|
||||
{# If no user... #}
|
||||
{% if not user %}
|
||||
<p>{% trans %}Sorry, no such user found.{% endtrans %}<p/>
|
||||
<p>{% trans %}Sorry, no such user found.{% endtrans %}</p>
|
||||
|
||||
{# User exists, but needs verification #}
|
||||
{% elif user.status == "needs_email_verification" %}
|
||||
|
@ -19,7 +19,7 @@
|
||||
{% block profile_content -%}
|
||||
{% if user.bio %}
|
||||
{% autoescape False %}
|
||||
<p>{{ user.bio_html }}</p>
|
||||
{{ user.bio_html }}
|
||||
{% endautoescape %}
|
||||
{% endif %}
|
||||
{% if user.url %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user