diff --git a/templates/base.html b/templates/base.html index a994aa9..94fe993 100644 --- a/templates/base.html +++ b/templates/base.html @@ -18,5 +18,6 @@ {% block nav %}{{ navbar() }}{% endblock %} {% block content %}{% endblock %} {% block scripts %}{% endblock %} + diff --git a/templates/index.html b/templates/index.html index d841e0c..fd66154 100644 --- a/templates/index.html +++ b/templates/index.html @@ -235,6 +235,6 @@ {% endfor %} - + diff --git a/templates/navbar.html b/templates/navbar.html index 26fde4f..2f7c4b9 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -8,7 +8,8 @@ {"endpoint": "gaps_page", "label": "Gaps" }, ] %} -