revert change to locations.html
This commit is contained in:
parent
e27d3977dd
commit
a472efad7c
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue