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.

Bugfix Cadasta#1299: Fix the closing of location-delete modal.

Bugfix Cadasta#1299: Fix the closing of location-delete modal.
  • Loading branch information
khantaalaman authored and oliverroick committed Mar 16, 2017
1 parent 2520c16 commit 3668251
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cadasta/templates/spatial/location_delete.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +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>
</button>
<a href="{% url 'locations:detail' object.organization.slug object.slug location.id %}" class="close">&times;</a>
<h3 class="modal-title">{% trans "Delete location" %}</h3>
</div>
<div class="modal-body">
Expand Down

0 comments on commit 3668251

Please sign in to comment.