Skip to content
Snippets Groups Projects
Commit 4cbacffd authored by Martin Mareš's avatar Martin Mareš
Browse files

Logout -> Odhlásit se

parent 7a9d97ae
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<a {% if item.classes %}class="{{ " ".join(item.classes) }}"{% endif %} href="{{ item.url }}">{{ item.name }}</a> <a {% if item.classes %}class="{{ " ".join(item.classes) }}"{% endif %} href="{{ item.url }}">{{ item.name }}</a>
{% endfor %} {% endfor %}
{% if g.user %} {% if g.user %}
<form method=POST action='{{ url_for('logout') }}'><input type=submit value='Logout'></form> <form method=POST action='{{ url_for('logout') }}'><input type=submit value='Odhlásit se'></form>
{% endif %} {% endif %}
</nav> </nav>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment