Skip to content

Commit

Permalink
[2375] Fix logout url in header
Browse files Browse the repository at this point in the history
  • Loading branch information
aron committed Jun 6, 2012
1 parent 6d7ce58 commit e201371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/header.jinja.html
Expand Up @@ -15,7 +15,7 @@ <h1><a href="{{ h.url('home') }}">{{ g.site_title }}</a></h1>
</a>
<span class="links">
<a href="{{ h.url_for(controller='user',action='me') }}">{{ c.user }}</a>
<a class="logout" href="${h.url_for('/user/_logout')}">Log out</a>
<a class="logout" href="{{ h.url_for('/user/_logout') }}">Log out</a>
</span>
</div>
{% endif %}
Expand Down

0 comments on commit e201371

Please sign in to comment.