aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack/templates/base.html
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-10-17 15:53:08 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-10-17 15:53:08 +0100
commit766b5670d0e420b09594116ce832aec975e036ff (patch)
treebfe414401349c73fca921514817bc0bbba6662d7 /ctrack/templates/base.html
parentc1a64fc08f7e21c5c0933f09c665ff5a25dd8868 (diff)
fixed middleware issue, brought back missing jquery links and added body padding to project.css
Diffstat (limited to 'ctrack/templates/base.html')
-rw-r--r--ctrack/templates/base.html18
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 -->