Add log out link

(imported from commit 89e489d5b96ba7ae02c77a384b4dfabaa9b28785)
This commit is contained in:
Keegan McAllister
2012-08-28 16:04:10 -04:00
parent f88882f9a2
commit c454718f3a

View File

@@ -1,5 +1,9 @@
{% extends "zephyr/base.html" %}
{% block nav %}
<li><a href="/accounts/logout?next=/">Log out</a></li>
{% endblock %}
{% block content %}
<h1>Hello {{ user_profile.user.username }}!</h1>