2016-08-09 06:42:21 +00:00
|
|
|
{% load static %}
|
|
|
|
|
|
|
|
<!-- css file -->
|
2016-09-30 10:25:50 +00:00
|
|
|
<link href="{% static 'css/bootstrap.min.css' %}" rel="stylesheet">
|
2018-01-10 11:39:22 +00:00
|
|
|
<link href="{% static 'css/font-awesome.min.css' %}" rel="stylesheet">
|
2016-09-30 10:25:50 +00:00
|
|
|
<link href="{% static 'css/plugins/toastr/toastr.min.css' %}" rel="stylesheet">
|
|
|
|
<link href="{% static 'css/plugins/sweetalert/sweetalert.css' %}" rel="stylesheet">
|
|
|
|
<link href="{% static 'css/style.css' %}" rel="stylesheet">
|
|
|
|
<link href="{% static 'css/plugins/vaildator/jquery.validator.css' %}" rel="stylesheet">
|
2017-12-28 04:25:43 +00:00
|
|
|
<link href="{% static 'css/plugins/datatables/datatables.min.css' %}" rel="stylesheet">
|
2016-08-09 06:42:21 +00:00
|
|
|
<!-- scripts -->
|
2016-09-14 07:19:27 +00:00
|
|
|
<script src="{% static 'js/jquery-2.1.1.js' %}"></script>
|
|
|
|
<script src="{% static 'js/plugins/sweetalert/sweetalert.min.js' %}"></script>
|
|
|
|
<script src="{% static 'js/bootstrap.min.js' %}"></script>
|
2017-12-28 04:25:43 +00:00
|
|
|
<script src="{% static 'js/plugins/datatables/datatables.min.js' %}"></script>
|