From: Lorian Schaeffer Date: Fri, 1 Oct 2010 18:57:01 +0000 (+0000) Subject: Changed Frequently Used links to be properly relative X-Git-Tag: 0.4.5~5 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=6374662d9b06c648b5a5d0beabe2985aa179c607 Changed Frequently Used links to be properly relative --- diff --git a/htsworkflow/frontend/templates/admin/index.html b/htsworkflow/frontend/templates/admin/index.html index 772474b..0b5e1b2 100644 --- a/htsworkflow/frontend/templates/admin/index.html +++ b/htsworkflow/frontend/templates/admin/index.html @@ -12,6 +12,19 @@ {% block content %}
+
+ + + + + + + + + + +
Frequently Used
Libraries{% trans 'Add' %}
Flowcells{% trans 'Add' %}

+ {% if app_list %} {% for app in app_list %}
@@ -30,12 +43,6 @@ {% else %}   {% endif %} - - {% if model.perms.change %} - {% trans 'Change' %} - {% else %} -   - {% endif %} {% endfor %}