Indenting some sections between if / else blocks in root.html

This commit is contained in:
Christopher Allan Webber 2011-06-21 23:25:15 -05:00
parent 3208bea54c
commit b9f097a6f9

View File

@ -28,7 +28,6 @@
'mediagoblin.edit.profile',
user=request.user.username) }}">Edit profile</a>
</p>
{% else %}
<p>
If you have an account, you can
@ -38,7 +37,6 @@
If you don't have an account, please
<a href="{{ request.urlgen('mediagoblin.auth.register') }}">Register</a>.
</p>
{% endif %}
{# temporarily, an "image gallery" that isn't one really ;) #}