Browse Source

Display latitude/longitude in <code> tag

Gu1 11 years ago
parent
commit
2a41de7a76
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ffdnispdb/templates/project_detail.html

+ 1 - 1
ffdnispdb/templates/project_detail.html

@@ -74,7 +74,7 @@
         {%- endif %}
         {%- if project.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 %}
       </dl>
     </div>