diff options
Diffstat (limited to 'ctrack/templates/base.html')
-rw-r--r-- | ctrack/templates/base.html | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/ctrack/templates/base.html b/ctrack/templates/base.html index f91b2f0..be4340a 100644 --- a/ctrack/templates/base.html +++ b/ctrack/templates/base.html @@ -26,15 +26,9 @@ {# <link href="jumbotron.css" rel="stylesheet">#} <!-- This file stores project-specific CSS --> - <link rel="stylesheet" type="text/css" href="{% static "DataTables/datatables.min.css" %}/> - - <link href="{% static 'css/project.css' %}" rel="stylesheet"> + <link rel="stylesheet" type="text/css" href="{% static "DataTables/datatables.min.css" %}"/> + <link rel="stylesheet" type="text/css" href="{% static 'css/project.css' %}"> {% endblock %} - <style> - body { - padding-top: 70px; - } - </style> </head> <body> @@ -110,9 +104,9 @@ {% block javascript %} <!-- Bootstrap JS and its dependencies--> - {# <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"#} - {# integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"#} - {# crossorigin="anonymous"></script>#} + <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" + integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" + crossorigin="anonymous"></script> {# <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"#} {# integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49"#} {# crossorigin="anonymous"></script>#} @@ -120,7 +114,7 @@ {# integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"#} {# crossorigin="anonymous"></script>#} - <script src="{% static "js/bootstrap.js" %}"></script> + <script src="{% static "js/bootstrap.bundle.js" %}"></script> <!-- Your stuff: Third-party javascript libraries go here --> |