From 3c4cba7d94bc127de9396406a8c9b26f81eefd45 Mon Sep 17 00:00:00 2001 From: Zambom Date: Fri, 19 May 2017 19:12:09 -0300 Subject: [PATCH] Fixing new staff user unable to access categories list error --- amadeus/templates/base.html | 79 +++++++++++++++++++++++++++++++------------------------------------------------ categories/views.py | 4 ++-- 2 files changed, 33 insertions(+), 50 deletions(-) diff --git a/amadeus/templates/base.html b/amadeus/templates/base.html index e4474e8..c36ad83 100644 --- a/amadeus/templates/base.html +++ b/amadeus/templates/base.html @@ -108,50 +108,34 @@ - {% if user.is_staff %} + {% if user.is_staff %}