From 4237bf6b7253afc7fa1a93c21687844580e99b73 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Mon, 14 Jun 2010 21:11:31 +0000 Subject: [PATCH] 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. --- .../frontend/templates/admin/index.html | 83 ++++--------------- 1 file changed, 14 insertions(+), 69 deletions(-) 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 %}