aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSverre Johansen <sverrej@opera.com>2009-11-11 00:03:43 +0100
committerSverre Johansen <sverrej@opera.com>2009-11-11 15:19:12 +0100
commitfeb6afd526a41e2f5d3625e109cb3eed25070ef6 (patch)
tree83f186cc3a80a0c754d3f66a82b24905d6a98b6a
parentecbd3d1b492d4e7c4887ca24879946209843c692 (diff)
downloadchishop-feb6afd526a41e2f5d3625e109cb3eed25070ef6.tar.bz2
chishop-feb6afd526a41e2f5d3625e109cb3eed25070ef6.tar.xz
chishop-feb6afd526a41e2f5d3625e109cb3eed25070ef6.zip
Added spacing in base template
-rw-r--r--chishop/templates/base.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/chishop/templates/base.html b/chishop/templates/base.html
index 2863343..76483ce 100644
--- a/chishop/templates/base.html
+++ b/chishop/templates/base.html
@@ -24,10 +24,10 @@
24 <div id="user-tools"> 24 <div id="user-tools">
25 {% if user.is_authenticated %} 25 {% if user.is_authenticated %}
26 Welcome, <strong>{{user.username}}</strong>. 26 Welcome, <strong>{{user.username}}</strong>.
27 <a href="{% url django.contrib.auth.views.logout%}?next={{request.path}}">Log out</a> 27 <a href="{% url django.contrib.auth.views.logout %}?next={{request.path}}">Log out</a>
28 {% else %} 28 {% else %}
29 <a href="{% url django.contrib.auth.views.login %}?next={{request.path}}">Login</a> / 29 <a href="{% url django.contrib.auth.views.login %}?next={{request.path}}">Log in</a> /
30 <a href="{% url registration_register%}">Register</a> 30 <a href="{% url registration_register %}">Register</a>
31 {% endif %} 31 {% endif %}
32 </div> 32 </div>
33 </div> 33 </div>