Commit 21b191be authored by Fernando Ribeiro's avatar Fernando Ribeiro
Browse files

Feat: add hide_editable_fields in messages template

parent 3a1fbf7a
......@@ -39,7 +39,7 @@ wrapper-course-lesson
<div class="course messages messages-list">
{% if in_admin %}
{% include "_admin_header_inline.html" with course=course %}
{% include "_admin_header_inline.html" with course=course hide_editable_fields=True%}
{% else %}
{% include "_course-header-inline.html" with course=course %}
{% endif %}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment