From 6ac828eb6f8dbf7c1102ef4f44a9d1088dd7a3d9 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Mon, 17 Jun 2013 17:09:29 -0700 Subject: [PATCH] Remove deprecated adminmedia template tag from loader. Since these templates didn't actually use the feature I didn't bother replacing adminmedia with staticfiles --- htsworkflow/frontend/templates/experiments/flowcell_detail.html | 2 +- .../frontend/templates/experiments/flowcell_lane_detail.html | 2 +- htsworkflow/frontend/templates/experiments/sequencer.html | 2 +- .../frontend/templates/inventory/inventory_all_index.html | 2 +- htsworkflow/frontend/templates/inventory/inventory_index.html | 2 +- .../frontend/templates/inventory/inventory_itemtype_index.html | 2 +- htsworkflow/frontend/templates/samples/antibody_index.html | 2 +- htsworkflow/frontend/templates/samples/lanes_for.html | 2 +- htsworkflow/frontend/templates/samples/library_detail.html | 2 +- htsworkflow/frontend/templates/samples/library_index.html | 2 +- htsworkflow/frontend/templates/samples/species_detail.html | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/htsworkflow/frontend/templates/experiments/flowcell_detail.html b/htsworkflow/frontend/templates/experiments/flowcell_detail.html index 4183c99..d958bf1 100644 --- a/htsworkflow/frontend/templates/experiments/flowcell_detail.html +++ b/htsworkflow/frontend/templates/experiments/flowcell_detail.html @@ -1,5 +1,5 @@ {% extends "base_site.html" %} -{% load adminmedia humanize i18n %} +{% load humanize i18n %} {% block extrahead %} diff --git a/htsworkflow/frontend/templates/experiments/flowcell_lane_detail.html b/htsworkflow/frontend/templates/experiments/flowcell_lane_detail.html index 7e834eb..591b5ba 100644 --- a/htsworkflow/frontend/templates/experiments/flowcell_lane_detail.html +++ b/htsworkflow/frontend/templates/experiments/flowcell_lane_detail.html @@ -1,5 +1,5 @@ {% extends "base_site.html" %} -{% load adminmedia humanize i18n %} +{% load humanize i18n %} {% block extrahead %} diff --git a/htsworkflow/frontend/templates/experiments/sequencer.html b/htsworkflow/frontend/templates/experiments/sequencer.html index e4a6e0b..b79aa38 100644 --- a/htsworkflow/frontend/templates/experiments/sequencer.html +++ b/htsworkflow/frontend/templates/experiments/sequencer.html @@ -1,5 +1,5 @@ {% extends "base_site.html" %} -{% load adminmedia humanize i18n %} +{% load humanize i18n %} {% block extrahead %} diff --git a/htsworkflow/frontend/templates/inventory/inventory_all_index.html b/htsworkflow/frontend/templates/inventory/inventory_all_index.html index 399dae1..c95a78b 100644 --- a/htsworkflow/frontend/templates/inventory/inventory_all_index.html +++ b/htsworkflow/frontend/templates/inventory/inventory_all_index.html @@ -1,5 +1,5 @@ {% extends "base_site.html" %} -{% load adminmedia admin_list i18n %} +{% load admin_list i18n %} {% block extrahead %}