diff --git a/borgweb/borg/templates/borg/index.html b/borgweb/borg/templates/borg/index.html index 92561c4..6eb042c 100644 --- a/borgweb/borg/templates/borg/index.html +++ b/borgweb/borg/templates/borg/index.html @@ -68,19 +68,19 @@ {% endif %} - {% if location_list %}

Paths

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

None found

{% endif %} + {% endblock %}