From: Diane Trout Date: Mon, 14 Jun 2010 21:11:31 +0000 (+0000) Subject: Update internal copy of the django admin/templates/admin/index.html X-Git-Tag: 0.4.3~2 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=4237bf6b7253afc7fa1a93c21687844580e99b73 Update internal copy of the django admin/templates/admin/index.html They changed how the css was being imported in the django css so when running with django 1.1 the admin index page was messed up. This gets all the borders to show up correctly. --- diff --git a/htsworkflow/frontend/templates/admin/index.html b/htsworkflow/frontend/templates/admin/index.html index e712275..772474b 100644 --- a/htsworkflow/frontend/templates/admin/index.html +++ b/htsworkflow/frontend/templates/admin/index.html @@ -1,7 +1,7 @@ {% extends "admin/base_site.html" %} {% load i18n %} -{% block stylesheet %}{% load adminmedia %}{% admin_media_prefix %}css/dashboard.css{% endblock %} +{% block extrastyle %}{{ block.super }}{% endblock %} {% block coltype %}colMS{% endblock %} @@ -44,76 +44,9 @@ {% else %}

{% trans "You don't have permission to edit anything." %}

{% endif %} - - -
- - - - - - - - - - - - - - -
New! Reports (Note: Some features currently work only on Firefox)
ChIP-Seq Reports  
RNA-Seq Reports  
Methyl-Seq Reports  
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Docs & Tools
Sequencing Summary Page  
ChIP QC Primer Design   - ChIP Validation Design -   
Protocols - Myers Lab  
Protocols - Wold Lab  
QuEST  
-
{% endblock %} - {% block sidebar %}