summaryrefslogtreecommitdiff
path: root/jthanio/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'jthanio/templates/base.html')
-rw-r--r--jthanio/templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/jthanio/templates/base.html b/jthanio/templates/base.html
index 44b7d8c..6594742 100644
--- a/jthanio/templates/base.html
+++ b/jthanio/templates/base.html
@@ -18,7 +18,7 @@
{# Global stylesheets #}
<link rel="stylesheet" type="text/css" href="{% static 'css/jthanio.css' %}">
- <link rel="stylesheet" type="text/css" href="{% static 'css/bootstrap.css' %}">
+ <link rel="stylesheet" type="text/css" href="{% static 'css/bootstrap.min.css' %}">
{% block extra_css %}
{# Override this in templates to add extra stylesheets #}
@@ -44,6 +44,6 @@
{# Global javascript #}
<script src="{% static 'js/jquery-3.4.1.min.js' %}"></script>
- <script src="{% static 'js/bootstrap.js' %}"></script>
+ <script src="{% static 'js/bootstrap.min.js' %}"></script>
</body>
</html>