Begin implementing MEXC

This commit is contained in:
2024-12-03 14:12:42 +00:00
parent 761b084704
commit 4079207a05
6 changed files with 34 additions and 15 deletions

View File

@@ -311,7 +311,10 @@
{% endif %}
{% if user.is_authenticated %}
<a class="button" href="{% url 'logout' %}">Logout</a>
<form method="POST" action="{% url 'logout' %}" style="display:inline;">
{% csrf_token %}
<button type="submit" class="button">Logout</button>
</form>
{% endif %}
</div>