From 8ce5f161632fb253468e98b775e9b6b90a000511 Mon Sep 17 00:00:00 2001 From: "holger.trampe" Date: Mon, 10 Feb 2020 23:17:09 +0100 Subject: [PATCH] =?UTF-8?q?Dashboard=20eben=20noch=20Files-Module=20entspr?= =?UTF-8?q?echend=20Moduleinstellung=20rausgenommen=20und=20Reihenfolge=20?= =?UTF-8?q?beim=20Profil=20ver=C3=A4ndert.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + users/templates/users/base.html | 3 ++- users/templates/users/dashboard.html | 3 +-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e4db0b0..f791bde 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +media/agencydata/* media/agencymain/* !media/agencymain/default.jpg !media/agencymain/linkdefault.png diff --git a/users/templates/users/base.html b/users/templates/users/base.html index 0fde475..da747ae 100644 --- a/users/templates/users/base.html +++ b/users/templates/users/base.html @@ -126,7 +126,7 @@ {% endif %} - + {% if request.user.profile.agency.module_files %} {% if active_link == 'cloud' %} + {% endif %} {% if perms.users.users_usermanagement or perms.users.areas_management or perms.users.tasks_management or perms.user.news_management %} diff --git a/users/templates/users/dashboard.html b/users/templates/users/dashboard.html index 16c8e77..daa4054 100644 --- a/users/templates/users/dashboard.html +++ b/users/templates/users/dashboard.html @@ -14,8 +14,7 @@
News {% if perms.users.modulenews %} - - + {% endif %}