From 6435ec69a13e0f7b1ebd4e79bed2c315fa3c9723 Mon Sep 17 00:00:00 2001 From: James Graham Date: Fri, 3 Jul 2020 15:48:53 +0100 Subject: [PATCH] fix: Show 'add person' button to all users See #33 --- people/templates/people/person/list.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/people/templates/people/person/list.html b/people/templates/people/person/list.html index 6dfa8da..c2bd1ec 100644 --- a/people/templates/people/person/list.html +++ b/people/templates/people/person/list.html @@ -11,10 +11,8 @@
- {% if request.user.is_staff %} - New Person - {% endif %} + New Person