translate disable button

This commit is contained in:
Matthias 2021-11-01 23:19:50 +01:00
parent b4570f6a7e
commit 7bcab13253
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -28,6 +28,6 @@
</form> </form>
<br> <br>
<a href="{% url 'two-factor-remove' %}" class="btn btn-warning w-100">Disable Two Factor</a> <a href="{% url 'two-factor-remove' %}" class="btn btn-warning w-100">{% trans "Disable Two Factor" %}</a>
{% endblock %} {% endblock %}