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