From 45cdf177f4eb99334036b7e2691d5984114a05db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Qui=C3=B1ones?= Date: Wed, 13 Apr 2011 12:33:51 -0300 Subject: [PATCH] Footer updated, add book at header --- books/templates/base.html | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/books/templates/base.html b/books/templates/base.html index 3c7209b..991a3d2 100644 --- a/books/templates/base.html +++ b/books/templates/base.html @@ -87,6 +87,7 @@
{% if user.is_authenticated %} Welcome, {{ user.username }}   +Add Book   Log Out {% else %} Log In @@ -102,13 +103,7 @@ {% block footer %}{% endblock %}