Plug logout link

This commit is contained in:
Ludovic Stephan 2020-08-28 16:11:20 +02:00 committed by Martin Pépin
parent f811230c25
commit 1ac3e0f976
No known key found for this signature in database
GPG key ID: E7520278B1774448

View file

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