fix: Separate date field from relationship questions

This commit is contained in:
James Graham
2020-04-20 13:56:06 +01:00
parent 3b3cec02be
commit d6763a760e

View File

@@ -19,7 +19,11 @@
<div class="col-md-6">
<h3>Filter Relationships</h3>
{% load bootstrap4 %}
{% bootstrap_form form %}
{% bootstrap_form form exclude='date' %}
<hr>
{% bootstrap_field form.date %}
</div>
<div class="col-md-6">
@@ -27,12 +31,14 @@
</div>
</div>
{% buttons %}
<button class="btn btn-block btn-info" type="submit">Filter</button>
{% endbuttons %}
</form>
<div id="cy"
class="mb-2"
style="width: 100%; min-height: 1000px; flex-grow: 1; border: 2px solid black"></div>