Skip to content

Commit

Permalink
Merge pull request #3 from NaturalHistoryMuseum/fix_gbif_map_link
Browse files Browse the repository at this point in the history
Fix GBIF map links
  • Loading branch information
jrdh authored Dec 21, 2017
2 parents 1e00321 + 9f1ebcd commit 94a0c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/gbif/theme/templates/record/gbif.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h1 class="page-heading">GBIF interpreted record</h1>

<tr>
<td><strong>Coordinates</strong></td>
<td><a href="http://www.gbif.org/gbif_record/{{ gbif_record['id'] }}#map" target="_blank" rel="nofollow">{{ gbif_record['decimallongitude'] }}, {{ gbif_record['decimallatitude'] }}</a></td>
<td><a href="http://www.gbif.org/occurrence/{{ gbif_record['id'] }}" target="_blank" rel="nofollow">{{ gbif_record['decimallongitude'] }}, {{ gbif_record['decimallatitude'] }}</a></td>
</tr>

{% endif %}
Expand Down

0 comments on commit 94a0c2b

Please sign in to comment.