chore: update logout URL to use account_logout
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<div class="divider my-0"></div>
|
<div class="divider my-0"></div>
|
||||||
<li>
|
<li>
|
||||||
<form method="post" action="{% url 'logout' %}">
|
<form method="post" action="{% url 'account_logout' %}">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<button type="submit" class="w-full text-left">
|
<button type="submit" class="w-full text-left">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none"
|
<svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none"
|
||||||
|
|||||||
Reference in New Issue
Block a user