From ecf44bbeaa5b4045d620ca591cbfcb7ddb1c1c28 Mon Sep 17 00:00:00 2001 From: Clinton Blackburn Date: Thu, 16 Jun 2016 17:58:25 -0400 Subject: [PATCH] Removed unused template file ECOM-4729 --- lms/templates/api_admin/catalogs/detail.html | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 lms/templates/api_admin/catalogs/detail.html diff --git a/lms/templates/api_admin/catalogs/detail.html b/lms/templates/api_admin/catalogs/detail.html deleted file mode 100644 index 93e2f91ed3..0000000000 --- a/lms/templates/api_admin/catalogs/detail.html +++ /dev/null @@ -1,18 +0,0 @@ -## mako -<%page expression_filter="h"/> -<%inherit file="../../main.html"/> -<%! -from django.core.urlresolvers import reverse -from django.utils.translation import ugettext as _ -%> - -<%block name="pagetitle">${catalog.name} - -<%block name="content"> -
-

${catalog.name}

-

${catalog.query}

-

${_("Edit or delete this catalog.")}

-

${_("See a preview of this catalog's contents.")}

-
-