diff --git a/borgweb/borg/models/repo.py b/borgweb/borg/models/repo.py
index 5d7d59c..c23489d 100644
--- a/borgweb/borg/models/repo.py
+++ b/borgweb/borg/models/repo.py
@@ -1,6 +1,4 @@
from django.db import models
-from django.db.models import DateTimeField
-from django.db.models.functions import Trunc
from datetime import datetime, timedelta
from ..utility.time import seconds_to_string, subtract_months
from ..utility.data import bytes_to_string, convert_bytes
diff --git a/borgweb/borg/templates/borg/index.html b/borgweb/borg/templates/borg/index.html
index c387ff7..f706a21 100644
--- a/borgweb/borg/templates/borg/index.html
+++ b/borgweb/borg/templates/borg/index.html
@@ -6,7 +6,6 @@
{% block script %}
- {% include "borg/repo-template.html" %}
{% endblock %}