diff --git a/app/templates/app/base.html b/app/templates/app/base.html
index 06861859..f73aa1d4 100644
--- a/app/templates/app/base.html
+++ b/app/templates/app/base.html
@@ -93,7 +93,7 @@
{% block navbar-top-links %}{% endblock %}
- {% if request.user.is_anonymous and SETTINGS.organization_website %}
+ {% if '/public/task/' in request.path and request.user.is_anonymous and SETTINGS.organization_website %}
{{ SETTINGS.app_name }}
{% else %}