Skip to content

Commit

Permalink
Fixed logout button
Browse files Browse the repository at this point in the history
  • Loading branch information
Mstiekema committed Dec 12, 2023
1 parent cb1acb9 commit ae93912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin_board_view/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
</a>
<ul class="dropdown-menu dropdown-menu-dark text-small shadow" aria-labelledby="dropdownUser1">
<form action="{% url 'oidc_logout' %}" method="post">
{% csrf_token %}
<input class="dropdown-item" type="submit" value="Sign out">
</form>
</ul>
Expand Down

0 comments on commit ae93912

Please sign in to comment.