From 97e7a1ce8ffebcc31222ff611245e9d488f63e1f Mon Sep 17 00:00:00 2001 From: "holger.trampe" Date: Fri, 24 Apr 2020 10:31:33 +0200 Subject: [PATCH] DynStandard LoggedUserBug behoben --- .../__pycache__/settings.cpython-38.pyc | Bin 3946 -> 3946 bytes orga/templates/orga/orga_single.html | 11 +++-- .../__pycache__/counter_tag.cpython-38.pyc | Bin 6315 -> 6262 bytes standards/templatetags/counter_tag.py | 44 +++++++++--------- 4 files changed, 29 insertions(+), 26 deletions(-) diff --git a/digitaleagentur/__pycache__/settings.cpython-38.pyc b/digitaleagentur/__pycache__/settings.cpython-38.pyc index 898d79acc502cca8017963e12425cd54479f12ca..3e03d8dd221edca411932aafa2b5b0366e9ce015 100644 GIT binary patch delta 19 ZcmaDQ_ezc{l$V!_0SL}6-pG}}4*)lm1ug&p delta 19 ZcmaDQ_ezc{l$V!_0SFe(+{l%{4*)h=1o!{| diff --git a/orga/templates/orga/orga_single.html b/orga/templates/orga/orga_single.html index 597b684..e604503 100644 --- a/orga/templates/orga/orga_single.html +++ b/orga/templates/orga/orga_single.html @@ -69,7 +69,7 @@ {% if request.user.profile.agency.dynamicprofile %} - als Verantwortlicher + als {% endif %} @@ -90,21 +90,21 @@ {% if request.user.profile.agency.dynamicprofile %} {% for task in tasks %} - {% isUserInAuth task area request.user as checkIsUserAuth %} + {% isUserInAuth task area user_id as checkIsUserAuth %} {% if task.area.pk == area.pk and task.visible and checkIsUserAuth %} {% endif %} - {% isUserInEx task area request.user as checkIsUserEx %} + {% isUserInEx task area user_id as checkIsUserEx %} {% if task.area.pk == area.pk and task.visible and checkIsUserEx %} {% endif %} - {% isUserInRep task area request.user as checkIsUserRep %} + {% isUserInRep task area user_id as checkIsUserRep %} {% if task.area.pk == area.pk and task.visible and checkIsUserRep %}