diff --git a/digitaleagentur/__pycache__/settings.cpython-38.pyc b/digitaleagentur/__pycache__/settings.cpython-38.pyc index 898d79a..3e03d8d 100644 Binary files a/digitaleagentur/__pycache__/settings.cpython-38.pyc and b/digitaleagentur/__pycache__/settings.cpython-38.pyc differ 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 %}