Skip to content

Commit

Permalink
Merge branch 'keyboard-accessibility-for-map' into link-oeh-develop
Browse files Browse the repository at this point in the history
  • Loading branch information
smotornyuk committed Jul 7, 2016
2 parents 7f46c7b + 2b5c451 commit d83b421
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckanext/spatial/templates/spatial/snippets/spatial_facet.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
{% for coord in bbox.split(',') %}
{{ loop.cycle(
_('West longitude'),
_('North latitude'),
_('South latitude'),
_('East longitude'),
_('South latitude'))
_('North latitude'))
}}
{{ coord|float|round(5) }}°{% if not loop.last %},{% endif %}
{% endfor %}
Expand Down

0 comments on commit d83b421

Please sign in to comment.