diff --git a/app/templates/locations.html b/app/templates/locations.html index 3e78b30..874cf36 100644 --- a/app/templates/locations.html +++ b/app/templates/locations.html @@ -15,7 +15,7 @@ {% for loc in locations -%} {{ loc.name }} - {{ loc.address }} {{ loc.telephone }} + {{ loc.address }} {%- endfor %}