From ad20748d5c91bdf91b12459c94d7219c50c332d4 Mon Sep 17 00:00:00 2001 From: "holger.trampe" Date: Fri, 24 Apr 2020 12:50:11 +0200 Subject: [PATCH] DynStandard Begriffe angepasst --- .../__pycache__/settings.cpython-38.pyc | Bin 3946 -> 3946 bytes orga/templates/orga/orga_single.html | 22 ++++++++++++------ 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/digitaleagentur/__pycache__/settings.cpython-38.pyc b/digitaleagentur/__pycache__/settings.cpython-38.pyc index 3e03d8dd221edca411932aafa2b5b0366e9ce015..8950efc7a92d332743a72a0ef4168bae2b0c54ac 100644 GIT binary patch delta 19 ZcmaDQ_ezc{l$V!_0SLm5Y~)Jd2LLs11lRxo delta 19 ZcmaDQ_ezc{l$V!_0SL}6-pG}}4*)lm1ug&p diff --git a/orga/templates/orga/orga_single.html b/orga/templates/orga/orga_single.html index e604503..110b2ec 100644 --- a/orga/templates/orga/orga_single.html +++ b/orga/templates/orga/orga_single.html @@ -15,12 +15,14 @@ {% if request.user.profile.agency.dynamicprofile %} {% endif %} @@ -68,10 +70,9 @@

{{ user_first_name }} {{ user_last_name }} {% if request.user.profile.agency.dynamicprofile %} - - als - - + + + {% endif %}

@@ -93,7 +94,7 @@ {% isUserInAuth task area user_id as checkIsUserAuth %} {% if task.area.pk == area.pk and task.visible and checkIsUserAuth %} {% endif %} @@ -219,6 +220,13 @@ function changeView(newview){ $(document).find("#view_info_0").hide(); $(document).find("#view_info_1").hide(); $(document).find("#view_info_2").hide(); + + $(document).find("#view_info_drop_0").hide(); + $(document).find("#view_info_drop_1").hide(); + $(document).find("#view_info_drop_2").hide(); + $(document).find("#view_info_drop_" + newview).show(); + + $(document).find("#view_info_" + newview).show(); }