diff --git a/borgweb/borg/static/css/index.css b/borgweb/borg/static/borg/css/index.css
similarity index 100%
rename from borgweb/borg/static/css/index.css
rename to borgweb/borg/static/borg/css/index.css
diff --git a/borgweb/borg/static/js/index.js b/borgweb/borg/static/borg/js/index.js
similarity index 100%
rename from borgweb/borg/static/js/index.js
rename to borgweb/borg/static/borg/js/index.js
diff --git a/borgweb/borg/templates/borg/base.html b/borgweb/borg/templates/borg/base.html
index 1b30ab6..5e9d008 100644
--- a/borgweb/borg/templates/borg/base.html
+++ b/borgweb/borg/templates/borg/base.html
@@ -12,7 +12,7 @@
{% endcompress %}
-
+
{% block script %}{% endblock %}
diff --git a/borgweb/borg/templates/borg/index.html b/borgweb/borg/templates/borg/index.html
index f3a00bf..d2150c2 100644
--- a/borgweb/borg/templates/borg/index.html
+++ b/borgweb/borg/templates/borg/index.html
@@ -4,9 +4,9 @@
{% block title %}Borg Summary{% endblock %}
{% block script %}
-
+
{{ hour_list|json_script:"hour_list" }}
-
+
{% endblock %}
{% block style %}
diff --git a/borgweb/borg/templates/borg/repo.html b/borgweb/borg/templates/borg/repo.html
index 92c7dde..a125559 100644
--- a/borgweb/borg/templates/borg/repo.html
+++ b/borgweb/borg/templates/borg/repo.html
@@ -4,9 +4,8 @@
{% load static %}
{% block script %}
{{block.super}}
-
+
{{ hour_list|json_script:"hour_list" }}
-{# #}
{% endblock %}
{% block style %}
diff --git a/borgweb/static/js/chart-3.2.1.min.js b/borgweb/static/js/chart.js
similarity index 100%
rename from borgweb/static/js/chart-3.2.1.min.js
rename to borgweb/static/js/chart.js
diff --git a/borgweb/static/js/jquery-3.6.0.min.js b/borgweb/static/js/jquery.js
similarity index 100%
rename from borgweb/static/js/jquery-3.6.0.min.js
rename to borgweb/static/js/jquery.js
diff --git a/borgweb/templates/registration/login.html b/borgweb/templates/registration/login.html
index d12e139..4942894 100644
--- a/borgweb/templates/registration/login.html
+++ b/borgweb/templates/registration/login.html
@@ -4,9 +4,7 @@
{% load static %}
{% block script %}
{{block.super}}
-
- {{ hour_list|json_script:"hour_list" }}
-
+
{% endblock %}
{% block style %}