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 %}