Skip to content
This repository was archived by the owner on May 21, 2021. It is now read-only.

Commit d09bcb2

Browse files
committed
locations
1 parent 2044463 commit d09bcb2

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

templates/page/ix_locations.html

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1+
{% import '_macros_res_imports.html' as m_res_import with context %}
2+
13
{% block ixp_locations %}
24
<div class="marketing">
35

4-
<h4><a href="http://fibrecentre.com">Fiber Center </a></h4>
6+
<h4><a href="{{ ix_pages.ix_locations.location_elem_1.url }}">{{ ix_pages.ix_locations.location_elem_1.title }}</a></h4>
57
<ul>
6-
<li>770 St George Blvd, Moncton, New Brunswick, E1E 2C6.</li>
7-
<li>Facility contact: <a mailto="[email protected]">[email protected]</a></li>
8+
<li>{{ ix_pages.ix_locations.location_elem_1.address }}</li>
9+
<li>Facility contact: <a mailto="{{ ix_pages.ix_locations.location_elem_1.email }}">{{ ix_pages.ix_locations.location_elem_1.email }}</a></li>
810
</ul>
911

12+
{%- if ix_pages.ix_locations.display_locations_map == true %}
1013
<center>
11-
<!--<img src="ix-map.jpg">-->
14+
{{ m_res_import.image(true, "ix-map.jpg", "Map of Internet Exchange Points") }}
1215
</center>
13-
16+
{% endif -%}
1417
</div>
1518
{% endblock %}

0 commit comments

Comments
 (0)