From d6763a760e2a256df2c974de135cfb7f84b99934 Mon Sep 17 00:00:00 2001 From: James Graham Date: Mon, 20 Apr 2020 13:56:06 +0100 Subject: [PATCH] fix: Separate date field from relationship questions --- people/templates/people/network.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/people/templates/people/network.html b/people/templates/people/network.html index b55b2c7..0901d13 100644 --- a/people/templates/people/network.html +++ b/people/templates/people/network.html @@ -18,8 +18,12 @@

Filter Relationships

- {% load bootstrap4 %} - {% bootstrap_form form %} + {% load bootstrap4 %} + {% bootstrap_form form exclude='date' %} + +
+ {% bootstrap_field form.date %} +
@@ -27,12 +31,14 @@
+ {% buttons %} {% endbuttons %}