From 0afdab0111426a178a506b0966c43bc9558f7e11 Mon Sep 17 00:00:00 2001 From: George Lacey Date: Thu, 10 Jun 2021 06:28:55 +0100 Subject: [PATCH] Remove path display from index --- borgweb/borg/templates/borg/index.html | 13 ------------- 1 file changed, 13 deletions(-) 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 %}