Skip to content

Commit 8ea2256

Browse files
authored
Fix wagtail 2FA disable confirm button styling (#4649)
swapped `btn` for wagtail's `button` class
1 parent 1e03094 commit 8ea2256

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hypha/apply/users/templates/two_factor/admin/disable.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
{% endblock %}
2020

2121
<li>
22-
<button class="btn btn-primary" type="submit">{% trans 'Confirm' %}</button>
22+
<button class="button" type="submit">{% trans 'Confirm' %}</button>
2323
</li>
2424
</ul>
2525

0 commit comments

Comments
 (0)