mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
This commit is contained in:
@@ -209,7 +209,7 @@
|
||||
{% elif row.type == "geocode" %}
|
||||
<div class="view_value col-xs-8 col-sm-7 col-md-8">
|
||||
{% if row.value.latitude and row.value.longitude %}
|
||||
<a href="https://maps.google.com/?q={{ row.value.latitude }},{{ row.value.longitude }}">{{ row.value.latitude }}, {{ row.value.longitude }}</a>
|
||||
<a href="https://maps.google.com/?q={{ row.value.latitude|stringformat:"f" }},{{ row.value.longitude|stringformat:"f" }}">{{ row.value.latitude }}, {{ row.value.longitude }}</a>
|
||||
{% else %}
|
||||
{% if instance.geocode_status %}
|
||||
<div class="note error">
|
||||
|
Reference in New Issue
Block a user