Skip to content

Commit

Permalink
Bugfix Cadasta#1299: Fix the closing of location-delete modal.
Browse files Browse the repository at this point in the history
Bugfix Cadasta#1299: Fix the closing of location-delete modal.
  • Loading branch information
khantaalaman committed Mar 14, 2017
1 parent 7a167a1 commit 37c80cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cadasta/templates/spatial/location_delete.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
<a href="{% url 'locations:detail' object.organization.slug object.slug location.id %}" class="close">×</a>
</button>
<h3 class="modal-title">{% trans "Delete location" %}</h3>
</div>
Expand Down

0 comments on commit 37c80cf

Please sign in to comment.