mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
full width buttons
This commit is contained in:
parent
0011c7ee62
commit
024a9deab4
@ -22,12 +22,12 @@
|
||||
|
||||
<form method="post">
|
||||
{% csrf_token %}
|
||||
<button type="submit" class="btn btn-primary">
|
||||
<button type="submit" class="btn btn-primary w-100">
|
||||
{% trans 'Generate backup tokens' %}
|
||||
</button>
|
||||
</form>
|
||||
|
||||
<br>
|
||||
<a href="{% url 'two-factor-remove' %}" class="btn btn-warning">Disable Two Factor</a>
|
||||
<a href="{% url 'two-factor-remove' %}" class="btn btn-warning w-100">Disable Two Factor</a>
|
||||
|
||||
{% endblock %}
|
||||
|
@ -31,7 +31,7 @@
|
||||
{% csrf_token %}
|
||||
{{ form|crispy }}
|
||||
|
||||
<button type="submit" class="btn btn-primary btn-block">
|
||||
<button type="submit" class="btn btn-primary btn-block w-100">
|
||||
{% trans 'Verify' %}
|
||||
</button>
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user