aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2012-12-20 21:56:13 -0500
committerMike Crute <mcrute@gmail.com>2012-12-26 20:52:35 -0500
commit6ba89b2cb334b0ef43519eeb02d8d6ac0cd20264 (patch)
treef7ad34e80738c68d25e4f4c8ba09b64278ea0d93 /templates/base.html
parentd3e1650e3a3b82267bb1eb11b23c0f4d6ae0b1a3 (diff)
downloaddjango-precompiler-6ba89b2cb334b0ef43519eeb02d8d6ac0cd20264.tar.bz2
django-precompiler-6ba89b2cb334b0ef43519eeb02d8d6ac0cd20264.tar.xz
django-precompiler-6ba89b2cb334b0ef43519eeb02d8d6ac0cd20264.zip
Add flatpages for CMS
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index a394d69..9bd1339 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -13,6 +13,7 @@
13 {% if user.is_staff %} 13 {% if user.is_staff %}
14 <li><a href="{% url 'admin:index' %}">Admin Area</a></li> 14 <li><a href="{% url 'admin:index' %}">Admin Area</a></li>
15 {% endif %} 15 {% endif %}
16 <li><a href="{% url 'contact:form' %}">Contact Us</a></li>
16 {% if user.is_authenticated %} 17 {% if user.is_authenticated %}
17 <li><a href="{% url 'account:profile' %}">{{ user.username }}'s profile</a></li> 18 <li><a href="{% url 'account:profile' %}">{{ user.username }}'s profile</a></li>
18 <li><a href="{% url 'auth:logout' %}">Logout ({{ user.username }})</a></li> 19 <li><a href="{% url 'auth:logout' %}">Logout ({{ user.username }})</a></li>