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 %}