+
-
+
+
+
{% endblock content %}
\ No newline at end of file
diff --git a/orga/templates/orga/orga_main_ALT.html b/orga/templates/orga/orga_main_ALT.html
new file mode 100644
index 0000000..6120fc5
--- /dev/null
+++ b/orga/templates/orga/orga_main_ALT.html
@@ -0,0 +1,153 @@
+{% extends "users/base.html" %}
+{% block content %}
+
+
+
+
{{request.user.profile.agency.name}}
+
+
Organigramm
+
+
+
+
+{% endblock content %}
\ No newline at end of file
diff --git a/quicklinks/__pycache__/urls.cpython-38.pyc b/quicklinks/__pycache__/urls.cpython-38.pyc
index a5a1725..5a2f4d8 100644
Binary files a/quicklinks/__pycache__/urls.cpython-38.pyc and b/quicklinks/__pycache__/urls.cpython-38.pyc differ
diff --git a/quicklinks/__pycache__/views.cpython-38.pyc b/quicklinks/__pycache__/views.cpython-38.pyc
index 99842c2..f99d89d 100644
Binary files a/quicklinks/__pycache__/views.cpython-38.pyc and b/quicklinks/__pycache__/views.cpython-38.pyc differ
diff --git a/quicklinks/templates/quicklinks/ql_management.html b/quicklinks/templates/quicklinks/ql_management.html
index b17c267..9437c1f 100644
--- a/quicklinks/templates/quicklinks/ql_management.html
+++ b/quicklinks/templates/quicklinks/ql_management.html
@@ -56,6 +56,9 @@
{% endfor %}
+ {% if perms.users.ql_management %}
+
ERGO-Quicklinks laden
+ {% endif %}