1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

bootstrap4.5: fix modal headers, some glitches

This commit is contained in:
catborise 2020-05-21 16:16:21 +03:00 committed by catborise
parent 9ab776197c
commit 0461df7685
6 changed files with 11 additions and 11 deletions

View file

@ -62,7 +62,6 @@
{% ifequal compute.type 1 %}
<form method="post" role="form">{% csrf_token %}
<div class="modal-body">
<div class="form-group row">
<label class="col-sm-4 col-form-label">{% trans "Label" %}</label>
<div class="col-sm-6">
@ -95,13 +94,13 @@
</div>
</div></div>
<div class="modal-footer">
<button type="submit" class="btn btn-danger mr-auto" name="host_del">
<button type="submit" class="btn btn-danger mr-auto" name="host_del">
{% trans "Delete" %}
</button>
<button type="button" class="btn btn-secondary" data-dismiss="modal">
{% trans "Close" %}
</button>
<button type="submit" class="btn btn-primary" name="host_edit">
<button type="submit" class="btn btn-primary" name="host_edit" autofocus>
{% trans "Change" %}
</button>
</div>