logout link updated

This commit is contained in:
Serghei Mihai 2015-03-05 11:46:43 +01:00
parent cb0e91e437
commit 3e2b6282a5
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
<ul class="nav navbar-nav navbar-right">
<li class="item-123">
{% if c.userobj %}
<a class="btn navbar-btn" href="{{ h.url_for('/user/slo') }}">{% trans %}Log out{% endtrans %}</a>
<a class="btn navbar-btn" href="{{ h.url_for('/logout') }}">{% trans %}Log out{% endtrans %}</a>
{% else %}
<a class="btn navbar-btn" href="{{ g.ozwillo_portal_url }}/{{current_lang}}/my">{% trans %}Log in{% endtrans %}</a>
{% endif %}