summaryrefslogtreecommitdiff
path: root/jthanio
diff options
context:
space:
mode:
authorJonathan DeMasi <jrdemasi@gmail.com>2020-03-08 23:35:40 -0600
committerJonathan DeMasi <jrdemasi@gmail.com>2020-03-08 23:35:40 -0600
commit8c073eb390f1d06ae325855ce1efbb7a143b0a5d (patch)
tree8babb3823b616faef75298bb753f50fc2bca2f1d /jthanio
parenteca80d153e084da97694c6a6138b4282ecdc6540 (diff)
downloadjthanio-8c073eb390f1d06ae325855ce1efbb7a143b0a5d.tar
jthanio-8c073eb390f1d06ae325855ce1efbb7a143b0a5d.tar.gz
jthanio-8c073eb390f1d06ae325855ce1efbb7a143b0a5d.tar.bz2
jthanio-8c073eb390f1d06ae325855ce1efbb7a143b0a5d.tar.lz
jthanio-8c073eb390f1d06ae325855ce1efbb7a143b0a5d.tar.xz
jthanio-8c073eb390f1d06ae325855ce1efbb7a143b0a5d.tar.zst
jthanio-8c073eb390f1d06ae325855ce1efbb7a143b0a5d.zip
apparently we don't need a type, okay?
Diffstat (limited to 'jthanio')
-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 5afe73d..242ded6 100644
--- a/jthanio/templates/base.html
+++ b/jthanio/templates/base.html
@@ -43,7 +43,7 @@
</footer>
{# Global javascript #}
- <script type="text/javascript" src="{% static 'js/jquery-3.4.1.min.js' %}"></script>
- <script type="text/javascript" src="{% static 'js/bootstrap.js' %}"></script>
+ <script src="{% static 'js/jquery-3.4.1.min.js' %}"></script>
+ <script src="{% static 'js/bootstrap.js' %}"></script>
</body>
</html>