css changes
[unfold.git] / ui / templates / base.html
index 3685b10..a79c6b4 100644 (file)
@@ -6,6 +6,9 @@
 {# This is where insert_str will end up #}{% media_container prelude %}
 {% include 'messages-transient-header.html' %}
 <script type="text/javascript"> {# raw js code - use {% insert prelude_js %} ... {% endinsert %} #} {% container prelude_js %}</script>
+<script src="{{ STATIC_URL }}js/jquery.dataTables.min.js"></script>
+<script src="{{ STATIC_URL }}js/bootstrap.datatables.js"></script>
+<script src="{{ STATIC_URL }}js/myslice-ui.js"></script>
 <style type="text/css">{# In case we need to add raw css code #}{% container prelude_css %}</style>
 {{ header_prelude }}
 {% block head %} {% endblock head %}
 </head>
 <body>
 {% block container %}
-  {% block topmenu %}
-  {% include theme|add:"__widget-topmenu.html" %}
-  {% endblock topmenu %}
+       {% block topmenu %}
+       {% include theme|add:"__widget-topmenu.html" %}
+       {% endblock topmenu %}
 {% include 'messages-transient.html' %}
-<div class="container"> <div class="row">
-   {% block base_content%}{% endblock %}
-</div></div>
+       {% block base_content%}{% endblock %}
 {% endblock container %}
 </body>
 </html>