diff --git a/shynet/dashboard/templates/base.html b/shynet/dashboard/templates/base.html index a082a8f..19c3184 100644 --- a/shynet/dashboard/templates/base.html +++ b/shynet/dashboard/templates/base.html @@ -62,7 +62,7 @@ {% for service in user.collaborating_services.all %} {% contextual_url 'dashboard:service' service.uuid as url %} - {% include 'dashboard/includes/sidebar_portal.html' with label=service.name|truncatechars:2 url=url %} + {% include 'dashboard/includes/sidebar_portal.html' with label=service.name url=url %} {% endfor %}