From 0f4e39fcafcd0f091b5147101ab10130d53c110c Mon Sep 17 00:00:00 2001 From: James Graham Date: Sun, 25 Apr 2021 12:00:57 +0100 Subject: [PATCH] feat: add network filter reset button --- people/templates/people/network.html | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/people/templates/people/network.html b/people/templates/people/network.html index 77bebd4..387d11c 100644 --- a/people/templates/people/network.html +++ b/people/templates/people/network.html @@ -50,26 +50,31 @@ +
+ {% buttons %} - +
+
+ +
+ +
+ +
+
{% endbuttons %} - +
- - {% endblock %} {% block extra_script %} {{ person_set|json_script:'person-set-data' }}