mirror of https://gitlab.com/brutaldon/brutaldon
Fix logout behavior with intercooler
This commit is contained in:
parent
9825b67f57
commit
9117aeb987
|
@ -133,6 +133,7 @@
|
|||
</a>
|
||||
<a class="navbar-item" href="{% url "logout" %}"
|
||||
ic-get-from="{% url "logout" %}"
|
||||
ic-target="body"
|
||||
ic-confirm="Are you sure you want to log out?">
|
||||
<span class="fa fa-power-off"></span>
|
||||
<span > Log out</span>
|
||||
|
|
Loading…
Reference in New Issue