Indenting these templates because I'm pedantic about tag sections
having their content indented :)
This commit is contained in:
parent
9a16e16ffa
commit
2eef8761d8
@ -18,8 +18,8 @@
|
|||||||
{% extends "mediagoblin/base.html" %}
|
{% extends "mediagoblin/base.html" %}
|
||||||
{% block mediagoblin_content -%}
|
{% block mediagoblin_content -%}
|
||||||
{% if user %}
|
{% if user %}
|
||||||
<h2>User page for '{{user.username}}'</h2>
|
<h2>User page for '{{ user.username }}'</h2>
|
||||||
{{user}}
|
{{ user }}
|
||||||
{% else %}
|
{% else %}
|
||||||
<p>Sorry, no such user found.<p/>
|
<p>Sorry, no such user found.<p/>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user