1
0
mirror of https://gitlab.com/brutaldon/brutaldon synced 2025-01-05 12:36:43 +01:00

Fix logout behavior with intercooler

This commit is contained in:
Jason McBrayer 2018-12-16 17:39:27 -05:00
parent 9825b67f57
commit 9117aeb987

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>