Indenting section in the autoscape block
This commit is contained in:
parent
fb5075e6b2
commit
3bc3d429fe
@ -19,7 +19,7 @@
|
|||||||
{% block profile_content -%}
|
{% block profile_content -%}
|
||||||
{% if user.bio %}
|
{% if user.bio %}
|
||||||
{% autoescape False %}
|
{% autoescape False %}
|
||||||
<p>{{ user.bio_html }}</p>
|
<p>{{ user.bio_html }}</p>
|
||||||
{% endautoescape %}
|
{% endautoescape %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if user.url %}
|
{% if user.url %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user