From 6374662d9b06c648b5a5d0beabe2985aa179c607 Mon Sep 17 00:00:00 2001 From: Lorian Schaeffer Date: Fri, 1 Oct 2010 18:57:01 +0000 Subject: [PATCH] Changed Frequently Used links to be properly relative --- .../frontend/templates/admin/index.html | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) 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 %} -- 2.30.2