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
1 changed files with 3 additions and 1 deletions

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>