chore: update logout URL to use account_logout
All checks were successful
CVE Scan & Docker Build / security-scan (push) Successful in 54s
CVE Scan & Docker Build / build-and-push (push) Successful in 2m19s

This commit is contained in:
2026-05-12 15:33:07 -04:00
parent 673b7bcffc
commit e5e58e5fc5

View File

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