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
  • Loading branch information
khantaalaman committed Mar 14, 2017
1 parent 7a167a1 commit ef8cdb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cadasta/templates/spatial/location_delete.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<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 %}" type="button" class="close" data-dismiss="modal" aria-label="Close"> -->
<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 ef8cdb8

Please sign in to comment.