|
@@ -74,7 +74,7 @@
|
|
{%- endif %}
|
|
{%- endif %}
|
|
{%- if project.coordinates %}
|
|
{%- if project.coordinates %}
|
|
{{ field(_("coordinates")) }}
|
|
{{ field(_("coordinates")) }}
|
|
- <dd>{{ project.coordinates.latitude }} {{ project.coordinates.longitude }}</dd>
|
|
|
|
|
|
+ <dd><code style="color: #666;">{{ project.coordinates.latitude }},{{ project.coordinates.longitude }}</code></dd>
|
|
{%- endif %}
|
|
{%- endif %}
|
|
</dl>
|
|
</dl>
|
|
</div>
|
|
</div>
|