Remove deprecated adminmedia template tag from loader.
authorDiane Trout <diane@ghic.org>
Tue, 18 Jun 2013 00:09:29 +0000 (17:09 -0700)
committerDiane Trout <diane@ghic.org>
Tue, 18 Jun 2013 00:09:29 +0000 (17:09 -0700)
Since these templates didn't actually use the feature
I didn't bother replacing adminmedia with staticfiles

htsworkflow/frontend/templates/experiments/flowcell_detail.html
htsworkflow/frontend/templates/experiments/flowcell_lane_detail.html
htsworkflow/frontend/templates/experiments/sequencer.html
htsworkflow/frontend/templates/inventory/inventory_all_index.html
htsworkflow/frontend/templates/inventory/inventory_index.html
htsworkflow/frontend/templates/inventory/inventory_itemtype_index.html
htsworkflow/frontend/templates/samples/antibody_index.html
htsworkflow/frontend/templates/samples/lanes_for.html
htsworkflow/frontend/templates/samples/library_detail.html
htsworkflow/frontend/templates/samples/library_index.html
htsworkflow/frontend/templates/samples/species_detail.html

index 4183c995ebe81cca7117769658bcbf95175286c6..d958bf1084ad18e6e246d392f84253e46db00e00 100644 (file)
@@ -1,5 +1,5 @@
 {% extends "base_site.html" %}
-{% load adminmedia humanize i18n %}
+{% load humanize i18n %}
 {% block extrahead %}
     <!-- App Stuff -->
     <link type="text/css" rel="stylesheet" href="/static/css/app.css" />
index 7e834eb21ec00f76954776885fab803c3261da9d..591b5ba3ecec0e0dd037bb2b0990595adedc6f1e 100644 (file)
@@ -1,5 +1,5 @@
 {% extends "base_site.html" %}
-{% load adminmedia humanize i18n %}
+{% load humanize i18n %}
 {% block extrahead %}
     <!-- App Stuff -->
     <link type="text/css" rel="stylesheet" href="/static/css/app.css" />
index e4a6e0b6b03d7b7f907b7b4e641a941ca23704b6..b79aa380eaeea1225f176bc249ca43f5c73afce7 100644 (file)
@@ -1,5 +1,5 @@
 {% extends "base_site.html" %}
-{% load adminmedia humanize i18n %}
+{% load humanize i18n %}
 {% block extrahead %}
     <!-- App Stuff -->
     <link type="text/css" rel="stylesheet" href="/static/css/app.css" />
index 399dae1c6940ac4abf21bfad5fa7a2e749188f9e..c95a78b6b0a903ff49b652dabc61d987952b4f8d 100644 (file)
@@ -1,5 +1,5 @@
 {% extends "base_site.html" %}
-{% load adminmedia admin_list i18n %}
+{% load admin_list i18n %}
 {% block extrahead %}
     <script type="text/javascript">
       $(document).ready(function() {
index 51c6a5999568fd88009783d0f2157e020cc43619..7c7eb508065dc850d2249f19bab2c5c0a33881c8 100644 (file)
@@ -1,5 +1,5 @@
 {% extends "base_site.html" %}
-{% load adminmedia admin_list i18n %}
+{% load admin_list i18n %}
 {% block extrahead %}
     <script type="text/javascript">
       $(document).ready(function() {
index 32975d6df934f8e78b6e19c4d8a0ea17aff70703..eb559b1ae74ac8cd02045fd6c635e6db780451ef 100644 (file)
@@ -1,5 +1,5 @@
 {% extends "base_site.html" %}
-{% load adminmedia admin_list i18n %}
+{% load admin_list i18n %}
 {% block extrahead %}
     <script type="text/javascript">
       $(document).ready(function() {
index 9d2982c28ac53d6a90317fa0d6e232b0810d89e9..7ef6c54a947f20c4557713c2f66a0fda1962158e 100644 (file)
@@ -1,5 +1,5 @@
 {% extends "base_site.html" %}
-{% load adminmedia admin_list i18n %}
+{% load admin_list i18n %}
 
 {% block bodyclass %}change-list{% endblock %}
 {% block coltype %}flex{% endblock %}
index 152f322300a40e0724892de777ac0faafb82ad83..b71d0be89aa58c75496097c431d9e3d22bf5c86b 100644 (file)
@@ -1,5 +1,5 @@
 {% extends "base_site.html" %}
-{% load adminmedia admin_list i18n %}
+{% load admin_list i18n %}
 
 {% block bodyclass %}change-list{% endblock %}
 {% block coltype %}flex{% endblock %}
index 1db49dffbb92dd225c345d855d1af074118dfb66..3214df65e259010d2977c2d2680e3b5c855e873f 100644 (file)
@@ -1,5 +1,5 @@
 {% extends "base_site.html" %}
-{% load adminmedia humanize i18n %}
+{% load humanize i18n %}
 {% block extrahead %}
     <!-- App Stuff -->
     <link type="text/css" rel="stylesheet" href="/static/css/app.css" />
index ccba5614f9c7003b4f70822df06c30daeea4beb7..c37635d188a2df95b209cb56fd23de816e2695b2 100644 (file)
@@ -1,5 +1,5 @@
 {% extends "base_site.html" %}
-{% load adminmedia admin_list i18n %}
+{% load admin_list i18n %}
 {% block extrahead %}
     <!-- App Stuff -->
     <link type="text/css" rel="stylesheet" href="/static/css/app.css" />
index 84f17ef9797f7bbf061ea2d0c89caf0f11820c88..b65aec61182756216d1177895b0b502ae04a1a3f 100644 (file)
@@ -1,5 +1,5 @@
 {% extends "base_site.html" %}
-{% load adminmedia humanize i18n %}
+{% load humanize i18n %}
 {% block extrahead %}
     <!-- App Stuff -->
     <link type="text/css" rel="stylesheet" href="/static/css/app.css" />