Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #881 from kawazrepos/866
Browse files Browse the repository at this point in the history
プロジェクト削除ボタンにGETリクエスト送ってたのを修正 closes #866
  • Loading branch information
giginet committed Apr 14, 2015
2 parents 2b9cd0f + 51096c3 commit 5ff15b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/projects/project_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ <h2 class="panel-title">{% trans "Administration" %}</h2>
<a class="list-group-item" href="{% url "projects_project_update" object.pk %}"><span class="glyphicon glyphicon-pencil"></span> {% trans "Update the project" %}</a>
{% endif %}
{% if user has 'projects.delete_project' of object %}
<a class="list-group-item list-group-item-danger"
<a class="list-group-item list-group-item-danger post-link"
href="{% url "projects_project_delete" object.pk %}"
confirm-message="{% trans "Do you want to delete the project?" %}">
<span class="glyphicon glyphicon-remove"></span> {% trans "Delete the project" %}
Expand Down

0 comments on commit 5ff15b6

Please sign in to comment.