From 076c7804e73bb3712291c50977660204d7b275e0 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 14 Jul 2017 03:51:49 -0400 Subject: [PATCH] Don't display tags in the cabinets detail view. GitLab #397. Signed-off-by: Roberto Rosario --- mayan/apps/cabinets/templates/cabinets/cabinet_details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/cabinets/templates/cabinets/cabinet_details.html b/mayan/apps/cabinets/templates/cabinets/cabinet_details.html index 3fc1a242f2..13885bd24d 100644 --- a/mayan/apps/cabinets/templates/cabinets/cabinet_details.html +++ b/mayan/apps/cabinets/templates/cabinets/cabinet_details.html @@ -5,7 +5,7 @@ {% load navigation_tags %} -{% block title %}{% include 'appearance/calculate_form_title.html' %}{% endblock %} +{% block title %}{% include 'appearance/calculate_form_title.html' with html_title=True %}{% endblock %} {% block stylesheets %}