From 5cb4e8512157e1153821a5c6085361234ca7ef41 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 12 Dec 2012 11:21:36 +0100 Subject: Prepare a fix for #25 --- hyperkitty/templates/base.html | 4 ++-- hyperkitty/templates/login.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'hyperkitty') diff --git a/hyperkitty/templates/base.html b/hyperkitty/templates/base.html index cd00a0f..ed06341 100644 --- a/hyperkitty/templates/base.html +++ b/hyperkitty/templates/base.html @@ -24,8 +24,8 @@
  • Logout
  • {{ user.username }}
  • {% else %} -
  • Login
  • -
  • Sign Up
  • +
  • Login
  • +
  • Sign Up
  • {% endif %} diff --git a/hyperkitty/templates/login.html b/hyperkitty/templates/login.html index 5db40bb..f502aed 100644 --- a/hyperkitty/templates/login.html +++ b/hyperkitty/templates/login.html @@ -8,7 +8,7 @@
    {% csrf_token %} {{ form.as_p }} - +