fix: typo in views.py
This commit is contained in:
parent
ad5aafd092
commit
7e64d59657
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ def issue_edit_comment(request, project, issue, comment=None):
|
|||
init_data = {'comment': event.additionnal_section}
|
||||
else:
|
||||
if not request.user.has_perm('create_comment', project):
|
||||
raise PermisisonDenied()
|
||||
raise PermissionDenied()
|
||||
event = None
|
||||
init_data = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue