From: Diane Trout Date: Tue, 18 Jun 2013 00:09:29 +0000 (-0700) Subject: Remove deprecated adminmedia template tag from loader. X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=6ac828eb6f8dbf7c1102ef4f44a9d1088dd7a3d9 Remove deprecated adminmedia template tag from loader. Since these templates didn't actually use the feature I didn't bother replacing adminmedia with staticfiles --- 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 %}