fix: issue comment permission
This commit is contained in:
parent
bd584151bc
commit
ad5aafd092
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
|||
<b>Comment</b>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
{% if perm.add_comment %}
|
||||
{% if perm.create_comment %}
|
||||
<form action="{% url 'comment-issue' project.name issue.id %}" method="post" role="form">
|
||||
{% csrf_token %}
|
||||
<div class="form-group">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue