Skip to content

Commit

Permalink
Use correct django_comment permission name. Fixes #74
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Oct 27, 2017
1 parent 52ff336 commit 37f294c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcms/templates/case/get_details_case_run.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="container" style="min-height:190px;">
{# {% get_comment_list for test_case_run as case_run_comments %} #}
<h4 style="padding-bottom:3px;">Comments</h4>
{% if perms.comments.add_comment %}
{% if perms.django_comments.add_comment %}
<form class="update_form" method="POST">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
{% get_comment_form for test_case_run as comment_form %}
Expand Down

0 comments on commit 37f294c

Please sign in to comment.