diff --git a/sapl/static/js/app.js b/sapl/static/js/app.js index 127bf2b86..b9d4d08f8 100644 --- a/sapl/static/js/app.js +++ b/sapl/static/js/app.js @@ -13,7 +13,9 @@ function initTinymce(elements, readonly=false) { } if (readonly) { - config_tinymce.readonly = 1 + config_tinymce.readonly = 1, + config_tinymce.menubar = false, + config_tinymce.toolbar = false } if (elements != null) { diff --git a/sapl/templates/sessao/expediente.html b/sapl/templates/sessao/expediente.html index 66aacb226..981b71cd8 100644 --- a/sapl/templates/sessao/expediente.html +++ b/sapl/templates/sessao/expediente.html @@ -35,7 +35,7 @@ {% endif %} {% endblock detail_content %} - + {% block extra_js %} {% if perms|get_add_perm:view %}