summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/booking/booking_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard/src/templates/booking/booking_list.html')
-rw-r--r--dashboard/src/templates/booking/booking_list.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/dashboard/src/templates/booking/booking_list.html b/dashboard/src/templates/booking/booking_list.html
index ccdc46d..a245450 100644
--- a/dashboard/src/templates/booking/booking_list.html
+++ b/dashboard/src/templates/booking/booking_list.html
@@ -1,7 +1,9 @@
{% extends "base.html" %}
{% load staticfiles %}
+{% load bootstrap3 %}
{% block extrahead %}
+ {{ block.super }}
<!-- DataTables CSS -->
<link href="{% static "bower_components/datatables-plugins/integration/bootstrap/3/dataTables.bootstrap.css" %}"
rel="stylesheet">
@@ -41,8 +43,8 @@
<script type="text/javascript">
$(document).ready(function () {
$('#table').DataTable({
- scrollX: true,
- });
+ scrollX: true,
+ });
});
</script>
{% endblock extrajs %}