comment-issue -> add-comment

This commit is contained in:
Élie Bouttier 2014-09-04 19:28:31 -07:00
parent 56d1e60564
commit 8355936767
3 changed files with 4 additions and 4 deletions

View file

@ -74,7 +74,7 @@
</div>
<div class="panel-body">
{% if perm.create_comment %}
<form action="{% url 'comment-issue' project.name issue.id %}" method="post" role="form">
<form action="{% url 'add-comment' project.name issue.id %}" method="post" role="form">
{% csrf_token %}
<div class="form-group">
{{ form.comment }}