Skip to content

Commit

Permalink
Nicer logout button.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturner246 committed Sep 14, 2024
1 parent bace672 commit beeeafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/templates/main/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{% if user.is_authenticated %}
<form method="post" action="{% url 'main:logout' %}">
{% csrf_token %}
<button type="submit">Logout</button>
<button type="submit" class="btn btn-primary">Logout</button>
</form>
{% endif %}
</div>
Expand Down

0 comments on commit beeeafc

Please sign in to comment.