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