diff --git a/VERSION b/VERSION index 5ef49d2..013adb7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.29 +0.1.30 diff --git a/app/templates/components/header.html b/app/templates/components/header.html index fdf218d..5547917 100644 --- a/app/templates/components/header.html +++ b/app/templates/components/header.html @@ -5,7 +5,7 @@ {% include 'components/announcement.html' %}
-
+
@@ -17,7 +17,7 @@

Knowledge Explorer

{% is_business_team_member request.user as business_team_member %} {% if business_team_member %} -
+
{% with active_team=request.user.settings.active_team %} {% user_member_teams request.user as current_user_member_teams %}
@@ -37,6 +37,9 @@

Knowledge Explorer

{% endwith %}
{% endif %} +