Skip to content

Commit

Permalink
Fix typo in area geometry links.
Browse files Browse the repository at this point in the history
In 4d2b306 the text for covered/covering got swapped round by mistake.
  • Loading branch information
dracos committed Sep 18, 2015
1 parent 50e876a commit 52edb97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mapit/templates/mapit/area.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ <h3>{% trans "Areas" %}:</h3>
<ul>
<li><a rel="nofollow" href="{% url "mapit_index" %}area/{{ area.id }}/touches.html{{ geotype.touches.0 }}">{% trans "Touching this area" %}{{ geotype.touches.1 }}</a></li>
<li><a rel="nofollow" href="{% url "mapit_index" %}area/{{ area.id }}/overlaps.html{{ geotype.overlaps.0 }}">{% trans "Overlapping this area" %}{{ geotype.overlaps.1 }}</a></li>
<li><a rel="nofollow" href="{% url "mapit_index" %}area/{{ area.id }}/covered.html">{% trans "Covered by this area" %}</a></li>
<li><a rel="nofollow" href="{% url "mapit_index" %}area/{{ area.id }}/covers.html{{ geotype.covers.0 }}">{% trans "Covering this area" %}{{ geotype.covers.1 }}</a></li>
<li><a rel="nofollow" href="{% url "mapit_index" %}area/{{ area.id }}/covered.html">{% trans "Covering this area" %}</a></li>
<li><a rel="nofollow" href="{% url "mapit_index" %}area/{{ area.id }}/covers.html{{ geotype.covers.0 }}">{% trans "Covered by this area" %}{{ geotype.covers.1 }}</a></li>
<li><a rel="nofollow" href="{% url "mapit_index" %}area/{{ area.id }}/coverlaps.html{{ geotype.coverlaps.0 }}">{% trans "Covered by or overlapping this area" %}{{ geotype.coverlaps.1 }}</a></li>
<li><a rel="nofollow" href="{% url "mapit_index" %}area/{{ area.id }}/intersects.html{{ geotype.intersects.0 }}">{% trans "Intersects this area" %}{{ geotype.intersects.1 }}</a></li>
</ul>
Expand Down

0 comments on commit 52edb97

Please sign in to comment.