diff --git a/borgweb/borg/templates/borg/index.html b/borgweb/borg/templates/borg/index.html
index 2bd65ea..cd0b512 100644
--- a/borgweb/borg/templates/borg/index.html
+++ b/borgweb/borg/templates/borg/index.html
@@ -25,22 +25,22 @@
{% if repo_list %}
{% for repo in repo_list %}
-
{{ repo.label }}
{{ repo.location }}
-
+
- Latest backup:
- {{ repo.last_backup }}
-
+
- Hourly backups:
- {{ repo.hourly_archive_string }}
-
+
- Size:
- {{ repo.size_string }}
@@ -49,7 +49,7 @@
- Recent errors:
{% endif %}
-
+
{% for error in repo.recent_errors %}
- {{ error.time_ago }}
- {{ error.error }}
@@ -57,7 +57,7 @@
{% endfor %}
-
+
{% else %}
diff --git a/borgweb/templates/registration/login.html b/borgweb/templates/registration/login.html
index 257bcf2..c5610c3 100644
--- a/borgweb/templates/registration/login.html
+++ b/borgweb/templates/registration/login.html
@@ -31,21 +31,21 @@
Log in
-