diff --git a/borgweb/borg/templates/borg/index.html b/borgweb/borg/templates/borg/index.html index f96fa2e..ac0c1c7 100644 --- a/borgweb/borg/templates/borg/index.html +++ b/borgweb/borg/templates/borg/index.html @@ -67,19 +67,6 @@ {% endif %} -
-

Paths

- {% if location_list %} - {% for location in location_list %} -
-
{{ location.label }}
-
{{ location.short_description }}
-
- {% endfor %} - {% else %} -

None found

- {% endif %} -
{% endblock %}