mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-17 05:28:03 +00:00
7 lines
283 B
HTML
7 lines
283 B
HTML
{% load i18n %}
|
|
<form id="logoutform" method="POST" action="{% url 'logout' %}">
|
|
{% csrf_token %}
|
|
<input type="hidden"/>
|
|
</form>
|
|
<a href="#" onClick="document.getElementById('logoutform').submit()"><i class="fa fa-fw fa-sign-out" aria-hidden="true"></i> {% trans 'Logout' %}</a>
|