Skip to content
Snippets Groups Projects
Commit aba36e27 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Require view right for protocol content

/close #134
parent abc5c119
No related branches found
No related tags found
Loading
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
{% endif %} {% endif %}
</div> </div>
</div> </div>
{% if content_html is not none %} {% if content_html is not none and has_public_view_right %}
<div> <div>
<h3>Protokollinhalt</h3> <h3>Protokollinhalt</h3>
{{content_html|safe}} {{content_html|safe}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment