Plug logout link
This commit is contained in:
parent
f811230c25
commit
1ac3e0f976
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
<div class="level-item" id="logout-mobile">
|
||||
<figure class="image is-64x64">
|
||||
<a href="#TODO">
|
||||
<a href="{% url 'authens:logout' %}">
|
||||
<img src="{% static "bds/images/logout.svg" %}" alt="logout">
|
||||
</a>
|
||||
</figure>
|
||||
|
@ -31,7 +31,7 @@
|
|||
|
||||
<div class="level-item" id="logout">
|
||||
<figure class="image is-64x64">
|
||||
<a href="#TODO">
|
||||
<a href="{% url 'authens:logout' %}">
|
||||
<img src="{% static "bds/images/logout.svg" %}" alt="logout">
|
||||
</a>
|
||||
</figure>
|
||||
|
|
Loading…
Reference in a new issue