Closes #2118: Added latitude and longitude fields to Site

This commit is contained in:
Jeremy Stretch
2018-06-21 14:55:10 -04:00
parent 81258ea35b
commit 258373f1a1
6 changed files with 60 additions and 9 deletions

View File

@@ -175,6 +175,16 @@
{% endif %}
</td>
</tr>
<tr>
<td>GPS Coordinates</td>
<td>
{% if site.latitude and site.longitude %}
{{ site.latitude }}, {{ site.longitude }}
{% else %}
<span class="text-muted">N/A</span>
{% endif %}
</td>
</tr>
<tr>
<td>Contact Name</td>
<td>