2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00
This commit is contained in:
Matthias
2021-11-01 23:07:27 +01:00
parent 240859c38c
commit 0011c7ee62

View File

@ -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>