Replace logout with accounts in ui

This commit is contained in:
Jason McBrayer 2019-04-24 06:32:57 -04:00
parent d19abee083
commit acd39378bb
2 changed files with 8 additions and 6 deletions

View File

@ -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 %}

View File

@ -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>