From f3a4f1dcd1c375bb42ba732a76d4474a43e70c61 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sun, 14 Jan 2024 15:42:48 +0000 Subject: [PATCH] Use unpkg.com as CDN to be consistent --- templates/base.html | 4 ++-- templates/trip_list.html | 2 +- templates/trip_page.html | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/templates/base.html b/templates/base.html index 94fe993..7b1cbde 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,7 +7,7 @@ {% block title %}{% endblock %} - + {% block style %} {% endblock %} @@ -18,6 +18,6 @@ {% block nav %}{{ navbar() }}{% endblock %} {% block content %}{% endblock %} {% block scripts %}{% endblock %} - + diff --git a/templates/trip_list.html b/templates/trip_list.html index 9118f1c..9c059c1 100644 --- a/templates/trip_list.html +++ b/templates/trip_list.html @@ -107,7 +107,7 @@ integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""> - + - + +