From b9f097a6f91fbe773d5f5dcbb7d904758efeebc1 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Tue, 21 Jun 2011 23:25:15 -0500 Subject: [PATCH] Indenting some sections between if / else blocks in root.html --- mediagoblin/templates/mediagoblin/root.html | 30 ++++++++++----------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/mediagoblin/templates/mediagoblin/root.html b/mediagoblin/templates/mediagoblin/root.html index 697ac15b..550e0847 100644 --- a/mediagoblin/templates/mediagoblin/root.html +++ b/mediagoblin/templates/mediagoblin/root.html @@ -22,23 +22,21 @@

{% trans %}Welcome to GNU MediaGoblin!{% endtrans %}

{% if request.user %} -

- Submit an item - Edit profile -

- +

+ Submit an item + Edit profile +

{% else %} -

- If you have an account, you can - Login. -

-

- If you don't have an account, please - Register. -

- +

+ If you have an account, you can + Login. +

+

+ If you don't have an account, please + Register. +

{% endif %} {# temporarily, an "image gallery" that isn't one really ;) #}