CSS fixes for library index
[htsworkflow.git] / htsworkflow / frontend / templates / flowcell_libraries_app.html
index e7dfe8db6e3bfa829bdd743aabfd7bfa8eb5f771..02d12123df51d5761a60fb19cc06c45e9c82ed97 100644 (file)
@@ -1,7 +1,7 @@
 {% extends "app_base.html" %}
 
 {% block additional_css %}
-    <link rel="stylesheet" type="text/css" href="{% load adminmedia %}{% admin_media_prefix %}css/base.css" />
+    {% load adminmedia %}
     {% if LANGUAGE_BIDI %}<link rel="stylesheet" type="text/css" href="{% block stylesheet_rtl %}{% admin_media_prefix %}css/rtl.css{% endblock %}" />{% endif %}
     {% block extrastyle %}{% endblock %}
     {% block extrahead %}{% endblock %}