translate disable button
This commit is contained in:
parent
b4570f6a7e
commit
7bcab13253
|
|
@ -28,6 +28,6 @@
|
|||
</form>
|
||||
|
||||
<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 %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue