1
0
mirror of https://gitlab.com/brutaldon/brutaldon.git synced 2024-06-08 17:30:43 +00:00

Confirm log out if JS available

This commit is contained in:
Jason McBrayer 2018-12-03 18:00:25 -05:00
parent b4822b87ce
commit 23f7aed095

View File

@ -132,7 +132,9 @@
<span class="fa fa-gear"></span>
<span >&nbsp;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 >&nbsp;Log out</span>
</a>