diff --git a/digitaleagentur/__pycache__/settings.cpython-38.pyc b/digitaleagentur/__pycache__/settings.cpython-38.pyc index 3e03d8d..8950efc 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 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(); }