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.
|
add it to the list.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Or <a href="{% url "logout" %}">log out</a> of <em>all</em>
|
||||||
|
accounts.
|
||||||
|
</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -150,12 +150,9 @@
|
|||||||
<span class="fa fa-gear"></span>
|
<span class="fa fa-gear"></span>
|
||||||
<span >Settings</span>
|
<span >Settings</span>
|
||||||
</a>
|
</a>
|
||||||
<a class="navbar-item" href="{% url "logout" %}"
|
<a class="navbar-item" href="{% url "accounts" %}"
|
||||||
ic-get-from="{% url "logout" %}"
|
<span class="fa fa-id-card-o"></span>
|
||||||
ic-target="body"
|
<span >Accounts</span>
|
||||||
ic-confirm="Are you sure you want to log out?">
|
|
||||||
<span class="fa fa-power-off"></span>
|
|
||||||
<span >Log out</span>
|
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user