From 8f7767fa5ce2d7b0460a7efd7d907a1ef3ddc40b Mon Sep 17 00:00:00 2001 From: James Graham Date: Wed, 12 May 2021 20:52:59 +0100 Subject: [PATCH] fix: button correctly resets filters after POST --- people/templates/people/network.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/people/templates/people/network.html b/people/templates/people/network.html index ee01a98..407d6d7 100644 --- a/people/templates/people/network.html +++ b/people/templates/people/network.html @@ -66,7 +66,7 @@
- +
{% endbuttons %} @@ -104,6 +104,12 @@ {{ organisation_relationship_set|json_script:'organisation-relationship-set-data' }} + +