revert change to locations.html

This commit is contained in:
Sitt Min Oo 2019-02-14 19:51:12 +01:00
parent e27d3977dd
commit a472efad7c

View file

@ -15,7 +15,7 @@
{% for loc in locations -%}
<tr>
<td><a href="{{ url_for('location', id=loc.id) }}">{{ loc.name }}</a></td>
<td>{{ loc.address }} {{ loc.telephone }}<td>
<td>{{ loc.address }}<td>
<td><a href="{{ loc.website}}"><span class="glyphicon glyphicon-link"></span></a></td>
</tr>
{%- endfor %}