From f9b3cfbf48e55a3d086b9fa4779577677b0a6ce3 Mon Sep 17 00:00:00 2001 From: rscnt Date: Sun, 4 Oct 2015 10:44:25 -0600 Subject: [PATCH] templates: cms, removed DG.Detail from django-cms Signed-off-by: rscnt --- templates/cms/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/cms/__init__.py b/templates/cms/__init__.py index f27d72f5..5bd2656f 100644 --- a/templates/cms/__init__.py +++ b/templates/cms/__init__.py @@ -5,7 +5,6 @@ TEMPLATES = { 'digitalglarus/contact.html': _('DG.Contact'), 'digitalglarus/index.html': _('DG.Home'), 'digitalglarus/letscowork.html': _('DG.CoWork'), - 'digitalglarus/detail.html': _('DG.Detail'), 'ungleichch/blog.html': _('Blog'), 'ungleichch/page.html': _('Page'), }