diff options
Diffstat (limited to 'ctrack/caf')
-rw-r--r-- | ctrack/caf/templates/caf/caf_list.html | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/ctrack/caf/templates/caf/caf_list.html b/ctrack/caf/templates/caf/caf_list.html index 7176a42..4af537d 100644 --- a/ctrack/caf/templates/caf/caf_list.html +++ b/ctrack/caf/templates/caf/caf_list.html @@ -1,14 +1,7 @@ {% extends "base.html" %} - {% load static %} {% block title %} CAF - All CAF Summary {% endblock %} -{% block css %} - <link rel="stylesheet" href="{% static "css/bootstrap_simplex.min.css" %}"> - <link rel="stylesheet" type="text/css" href="{% static "DataTables/datatables.min.css" %}"></link> -{% endblock %} - -<script src="{% static "js/jquery.dataTables.js" %}"></script> {% block content %} @@ -26,7 +19,7 @@ </script> <div class="col-12 m-2"> - <h4>All CAFs</h4> + <h3>All CAFs</h3> <div class="row justify-content-center"> <div class="col-md-12 my-2 py-2 bg-light"> <table id="datatable" class="table table-bordered" style="width:100%"> |