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 %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>
|
<h3>
|
||||||
{% trans "Disable Two-Factor Authentication" %}
|
{% trans "Disable Two-Factor Authentication" %}
|
||||||
</h1>
|
</h3>
|
||||||
|
|
||||||
<p>{% trans "Are you sure?" %}</p>
|
<p>{% trans "Are you sure?" %}</p>
|
||||||
|
|
||||||
<form method="post">
|
<form method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<button type="submit">
|
<button type="submit" class="btn btn-danger">
|
||||||
{% trans 'Disable Two-Factor' %}
|
{% trans 'Disable Two-Factor' %}
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
|
Loading…
Reference in New Issue
Block a user