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…
Reference in New Issue