Skip to content

Commit 3061e47

Browse files
committed
Remove .submit-link class from logout_form button, we can select it via the form if needed
1 parent bbfe783 commit 3061e47

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/hidp/hidp/templates/hidp/includes/forms/logout_form.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
{% if logout_url %}
88
<form action="{{ logout_url }}" method="post">
99
{% csrf_token %}
10-
<button
11-
class="submit-link"
12-
type="submit">
10+
<button type="submit">
1311
{{ logout_label|default:_("Sign out") }}
1412
</button>
1513
</form>

0 commit comments

Comments
 (0)