Skip to content

Commit

Permalink
Merge pull request #1422 from liqd/mn-2019-03-delete-project-fixes
Browse files Browse the repository at this point in the history
remove close button
  • Loading branch information
fuzzylogic2000 committed Mar 4, 2019
2 parents 7e279e1 + 58ac131 commit e6bee7e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,6 @@ <h2 class="dashboard-list-name">
<div class="modal-content">
<div class="modal-header">
<h2 class="modal-title" id="project{{ project.pk }}DeleteModal">{% blocktrans with project_name=project.name %} Are you sure you want to delete the project '{{ project_name }}'? {% endblocktrans %}</h2>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
</div>
<div class="modal-footer">
<form action="{% url "project-delete" pk=project.pk %}" method="post">
Expand Down

0 comments on commit e6bee7e

Please sign in to comment.