Clean up some forms.

This commit is contained in:
James Cole
2020-03-13 20:56:26 +01:00
parent e1bcfb9ac9
commit 92ba56ae2b
25 changed files with 90 additions and 33 deletions

View File

@@ -37,7 +37,6 @@
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<div class="box">
<div class="box-header with-border">
<h3 class="box-title">{{ 'optionalFields'|_ }}</h3>
@@ -61,8 +60,10 @@
{{ ExpandedForm.location('location', null, {locations: locations}) }}
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<div class="box">
<div class="box-header with-border">
<h3 class="box-title">{{ 'options'|_ }}</h3>
@@ -76,7 +77,6 @@
</button>
</div>
</div>
</div>
</div>
</form>

View File

@@ -85,7 +85,10 @@
</div>
</div>
{% endif %}
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
{# panel for options #}
<div class="box">
<div class="box-header with-border">
@@ -102,7 +105,7 @@
</div>
</div>
</div>
{{ Form.close|raw }}
</form>
{% endblock %}
{% block scripts %}
<script src="v1/lib/leaflet/leaflet.js?v={{ FF_VERSION }}" nonce="{{ JS_NONCE }}"></script>

View File

@@ -72,7 +72,10 @@
</div>
</div>
{% endif %}
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
{# panel for options #}
<div class="box">
<div class="box-header with-border">