diff options
Diffstat (limited to '')
-rw-r--r-- | ctrack/caf/templates/caf/caf_list.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ctrack/caf/templates/caf/caf_list.html b/ctrack/caf/templates/caf/caf_list.html index c23d21d..a5983fa 100644 --- a/ctrack/caf/templates/caf/caf_list.html +++ b/ctrack/caf/templates/caf/caf_list.html @@ -5,8 +5,7 @@ {% block title %} CAF - All CAF Summary {% endblock %} {% block css %} <link rel="stylesheet" href="{% static "css/bootstrap_simplex.min.css" %}"> - <link rel="stylesheet" href="{% static "css/dataTables.bootstrap4.css" %}"> - {# <link rel="stylesheet" href="https://cdn.datatables.net/1.10.22/css/dataTables.bootstrap4.min.css">#} + <link rel="stylesheet" type="text/css" href="{% static "DataTables/datatables.min.css" %}"></link> {% endblock %} <script src="{% static "js/jquery.dataTables.js" %}"></script> |