Remove dependency on ExtJS for library & lanes_for pages.
[htsworkflow.git] / htsworkflow / frontend / templates / base.html
index b201c8802e7b55f9d2bc8ef37cecca46d90da4f4..b5e1c39c5a80cab995e0bc2f6d505b3f86a260f8 100644 (file)
     {% block breadcrumbs %}<div class="breadcrumbs"><a href="/">{% trans 'Home' %}</a>{% if title %} &rsaquo; {{ title }}{% endif %}</div>{% endblock %}
     {% endif %}
        {% if messages %}
-        <ul  class="djangocss" class="messagelist">{% for message in messages %}<li>{{ message }}</li>{% endfor %}</ul>
+        <ul class="messagelist">{% for message in messages %}<li>{{ message }}</li>{% endfor %}</ul>
         {% endif %}
 
     <!-- Content -->
-    <div id="content"  class="djangocss" class="{% block coltype %}colM{% endblock %}">
+    <div id="content" class="{% block coltype %}colM{% endblock %}">
         {% block pretitle %}{% endblock %}
-        {% block content_title %}{% if title %}<h1 class="djangocss">{{ title }}</h1>{% endif %}{% endblock %}
+        {% block content_title %}{% if title %}<h1>{{ title }}</h1>{% endif %}{% endblock %}
         {% block content %}
         {% block object-tools %}{% endblock %}
         {{ content }}
@@ -48,7 +48,7 @@
     </div>
     <!-- END Content -->
 
-    {% block footer %}<div id="footer" class="djangocss"></div>{% endblock %}
+    {% block footer %}<div id="footer"></div>{% endblock %}
 <!-- END Container -->
 </body>
-</html>
\ No newline at end of file
+</html>