We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c012bb0 commit 9e492deCopy full SHA for 9e492de
packages/hidp/hidp/templates/hidp/includes/forms/logout_form.html
@@ -7,10 +7,10 @@
7
{% if logout_url %}
8
<form action="{{ logout_url }}" method="post">
9
{% csrf_token %}
10
- <input
+ <button
11
class="submit-link"
12
- type="submit"
13
- value="{{ logout_label|default:_("Sign out") }}"
14
- />
+ type="submit">
+ {{ logout_label|default:_("Sign out") }}
+ </button>
15
</form>
16
{% endif %}
0 commit comments