From 5647d641a27b1ebd9f9de4c8b6c452d80be0f4a2 Mon Sep 17 00:00:00 2001 From: Rasmus Larsson Date: Sat, 9 Jul 2011 15:52:30 +0200 Subject: Updated spacings in code for better readability --- mediagoblin/templates/mediagoblin/auth/login.html | 2 +- mediagoblin/templates/mediagoblin/root.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'mediagoblin/templates') diff --git a/mediagoblin/templates/mediagoblin/auth/login.html b/mediagoblin/templates/mediagoblin/auth/login.html index ebf5200a..e25783ea 100644 --- a/mediagoblin/templates/mediagoblin/auth/login.html +++ b/mediagoblin/templates/mediagoblin/auth/login.html @@ -36,7 +36,7 @@ style="display: none;"/> {% endif %} {% if allow_registration %} -

Don't have an account yet?
Create one here!

+

Don't have an account yet?
Create one here!

{% endif %} diff --git a/mediagoblin/templates/mediagoblin/root.html b/mediagoblin/templates/mediagoblin/root.html index ad9aabcb..bae033c4 100644 --- a/mediagoblin/templates/mediagoblin/root.html +++ b/mediagoblin/templates/mediagoblin/root.html @@ -30,10 +30,10 @@ Login.

{% if allow_registration %} -

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

+

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

{% endif %} {% endif %} -- cgit v1.2.3