Skip to content

Commit

Permalink
- fixed an issue where staff only comments where not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
rptmat57 committed May 12, 2020
1 parent 98f5a87 commit 2149b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEMO/templates/tool_control/tool_status.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ <h5>{{ o.creator }} scheduled this outage from {{ o.start }} until {{ o.end }}.<
</div>
{% endif %}

{% if tool.comments %}
{% if tool.comments or user.is_staff and tool.staff_only_comments|length > 0 %}
<div class="tool-comments">
{# Display all comments... #}
{% for c in tool.comments %}
Expand Down

0 comments on commit 2149b25

Please sign in to comment.