mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-11 10:46:24 +00:00
7 lines
299 B
HTML
7 lines
299 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-solid fa-fw fa-right-from-bracket" aria-hidden="true"></i> {% trans 'Logout' %}</a>
|