diff --git a/api/app/templates/base.html b/api/app/templates/base.html index 39c7ff8..6572094 100644 --- a/api/app/templates/base.html +++ b/api/app/templates/base.html @@ -19,7 +19,7 @@ {% set rp = request.scope.get('root_path', '') %} - +
diff --git a/api/app/templates/dashboard.html b/api/app/templates/dashboard.html index c4acb26..286544c 100644 --- a/api/app/templates/dashboard.html +++ b/api/app/templates/dashboard.html @@ -115,5 +115,5 @@ {% endblock %} {% block scripts %} - + {% endblock %}