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=""> - + - + +