mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
crispyfy
This commit is contained in:
parent
240859c38c
commit
0011c7ee62
@ -2,15 +2,15 @@
|
||||
{% load i18n %}
|
||||
|
||||
{% block content %}
|
||||
<h1>
|
||||
<h3>
|
||||
{% trans "Disable Two-Factor Authentication" %}
|
||||
</h1>
|
||||
</h3>
|
||||
|
||||
<p>{% trans "Are you sure?" %}</p>
|
||||
|
||||
<form method="post">
|
||||
{% csrf_token %}
|
||||
<button type="submit">
|
||||
<button type="submit" class="btn btn-danger">
|
||||
{% trans 'Disable Two-Factor' %}
|
||||
</button>
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user