diff --git a/templates/base.html b/templates/base.html
index 1161782..37c2fcd 100755
--- a/templates/base.html
+++ b/templates/base.html
@@ -1458,11 +1458,6 @@
Forum
-
- {% if current_user.is_authenticated and current_user.has_role(SystemRole.MANAGER) %}
- Social beta
- {% endif %}
-
{% if current_user.is_authenticated %}
@@ -1483,25 +1478,14 @@
Rada
{% endif %}
-
- {% if current_user.can_access_admin_panel() %}
- Korzyści
- {% endif %}
-
-
- {% if current_user.is_authenticated and current_user.email == 'maciej.pienczyn@inpi.pl' %}
+
- Więcej ▾
+ Projekty ▾
- {% else %}
- Kaszubia
- {% endif %}
@@ -1853,6 +1837,38 @@
+
+
+ {% if is_audit_owner %}
+
+
+
+
+ {% endif %}
{% endif %}