From a472efad7c8a16ae8f34208d88e06773db807d15 Mon Sep 17 00:00:00 2001 From: Sitt Min Oo Date: Thu, 14 Feb 2019 19:51:12 +0100 Subject: [PATCH] revert change to locations.html --- app/templates/locations.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}