mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
fix: Separate date field from relationship questions
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user