fix: issue comment permission

This commit is contained in:
Élie Bouttier 2014-08-18 15:22:23 -07:00
parent bd584151bc
commit ad5aafd092

View file

@ -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">