Fix logout behavior with intercooler

This commit is contained in:
Jason McBrayer 2018-12-16 17:39:27 -05:00
parent 9825b67f57
commit 9117aeb987
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@
</a> </a>
<a class="navbar-item" href="{% url "logout" %}" <a class="navbar-item" href="{% url "logout" %}"
ic-get-from="{% url "logout" %}" ic-get-from="{% url "logout" %}"
ic-target="body"
ic-confirm="Are you sure you want to log out?"> ic-confirm="Are you sure you want to log out?">
<span class="fa fa-power-off"></span> <span class="fa fa-power-off"></span>
<span >&nbsp;Log out</span> <span >&nbsp;Log out</span>