Skip to content

Commit

Permalink
Updated logout url to a new one
Browse files Browse the repository at this point in the history
  • Loading branch information
Fer-Bar committed May 26, 2024
1 parent ba12955 commit 2171183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion albercan_backend/templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<a class="nav-link" href="#">Contáctanos</a>
</li>
<li class="nav-item">
<form id="logout-form" method="post" action="{% url 'people:logout' %}">
<form id="logout-form" method="post" action="{% url 'authentication:logout' %}">
{% csrf_token %}
<button type="submit" class="nav-link">Cerrar Sesión</button>
</form>
Expand Down

0 comments on commit 2171183

Please sign in to comment.