This commit is contained in:
Matthias 2021-11-01 23:07:27 +01:00
parent 240859c38c
commit 0011c7ee62
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

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