diff --git a/templates/protocol-show.html b/templates/protocol-show.html index 769b7f1aebadb0f4685619032973d3ba7a29e62d..5c00acb5c28775a061cd9feaa7c9fe6375325cce 100644 --- a/templates/protocol-show.html +++ b/templates/protocol-show.html @@ -156,7 +156,7 @@ {% endif %} </div> </div> - {% if content_html is not none %} + {% if content_html is not none and has_public_view_right %} <div> <h3>Protokollinhalt</h3> {{content_html|safe}}