mirror of
https://gitlab.com/brutaldon/brutaldon.git
synced 2024-11-02 16:37:19 -04:00
Replace logout with accounts in ui
This commit is contained in:
parent
d19abee083
commit
acd39378bb
@ -19,6 +19,11 @@
|
||||
add it to the list.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Or <a href="{% url "logout" %}">log out</a> of <em>all</em>
|
||||
accounts.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
@ -150,12 +150,9 @@
|
||||
<span class="fa fa-gear"></span>
|
||||
<span >Settings</span>
|
||||
</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>
|
||||
<a class="navbar-item" href="{% url "accounts" %}"
|
||||
<span class="fa fa-id-card-o"></span>
|
||||
<span >Accounts</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user