comment-issue -> add-comment
This commit is contained in:
parent
56d1e60564
commit
8355936767
3 changed files with 4 additions and 4 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue