Initial mfa support (for internal users) #93591
@ -12,7 +12,9 @@ Delete {{ object.name }}
|
|||||||
{% with form=form|add_form_classes %}
|
{% with form=form|add_form_classes %}
|
||||||
{{ form }}
|
{{ form }}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
<button type="submit" class="btn-danger">Delete</button>
|
<div class="d-inline-flex">
|
||||||
<a class="btn" href="{% url 'bid_main:mfa' %}">Cancel</a>
|
<button type="submit" class="btn btn-danger">Delete</button>
|
||||||
|
<a class="btn btn-secondary ml-3" href="{% url 'bid_main:mfa' %}">Cancel</a>
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user