mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-01-31 08:25:00 +01:00
Confirm log out if JS available
This commit is contained in:
parent
b4822b87ce
commit
23f7aed095
@ -132,7 +132,9 @@
|
||||
<span class="fa fa-gear"></span>
|
||||
<span > Settings</span>
|
||||
</a>
|
||||
<a class="navbar-item" href="{% url "logout" %}">
|
||||
<a class="navbar-item" href="{% url "logout" %}"
|
||||
ic-get-from="{% url "logout" %}"
|
||||
ic-confirm="Are you sure you want to log out?">
|
||||
<span class="fa fa-power-off"></span>
|
||||
<span > Log out</span>
|
||||
</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user