Skip to content

Commit

Permalink
added logout link
Browse files Browse the repository at this point in the history
git-svn-id: http://django-email-confirmation.googlecode.com/svn/trunk@8 e143efbd-a74b-0410-b764-bd10452ab0ba
  • Loading branch information
jtauber committed Apr 26, 2008
1 parent 82a8f5f commit 65de627
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devproject/templates/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<h1>Email Confirmation Test</h1>
{% if user.is_authenticated %}
<p>Logged in as {{ user }}.</p>
<ul>
<li><a href="/admin/logout/">logout</a></li>
</ul>
{% else %}
<p>Not logged in.</p>
<ul>
Expand Down

0 comments on commit 65de627

Please sign in to comment.