Skip to content

Commit

Permalink
fixed url name to log out
Browse files Browse the repository at this point in the history
  • Loading branch information
jtauber committed Jun 13, 2012
1 parent 862e667 commit 0330fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symposion/templates/_account_bar.html
Expand Up @@ -3,7 +3,7 @@
<div class="row">
<div class="pull-right">
{% if user.is_authenticated %}
<a href="{% url "acct_logout" %}">Log out</a>
<a href="{% url "account_logout" %}">Log out</a>
{% else %}
<a href="{% url "account_login" %}">Log in</a>
/
Expand Down

0 comments on commit 0330fb1

Please sign in to comment.