From e78d2a77a7de729abef8d83c599a82dda0da5fae Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Sun, 8 Sep 2013 15:40:46 +0200 Subject: Identation, whitespace and other cosmetics fixes in templates --- okupy/templates/base.html | 37 +++++++++++----------- okupy/templates/foundation-members.html | 20 ++++++------ okupy/templates/index.html | 2 +- okupy/templates/settings-contact.html | 5 +-- okupy/templates/settings-email.html | 56 +++++++++++++++++---------------- okupy/templates/settings-gentoo.html | 5 ++- okupy/templates/settings-password.html | 2 ++ okupy/templates/settings-profile.html | 4 ++- 8 files changed, 70 insertions(+), 61 deletions(-) diff --git a/okupy/templates/base.html b/okupy/templates/base.html index d8f1b1e..e320317 100644 --- a/okupy/templates/base.html +++ b/okupy/templates/base.html @@ -59,23 +59,23 @@
  • Sources
  • - {% if user.is_authenticated %} -
  • - - {% endif %} - + {% if user.is_authenticated %} +
  • + + {% endif %} + @@ -105,8 +105,7 @@ - - + {% compress js %} @@ -49,6 +49,8 @@ + + {% endblock %} {# vim:se fileencoding=utf8 et ts=4 sts=4 sw=4 ft=htmldjango : #} -- cgit v1.2.3-65-gdbad