diff --git a/InvenTree/build/templates/build/notes.html b/InvenTree/build/templates/build/notes.html index a7a4677c96..ede15651ab 100644 --- a/InvenTree/build/templates/build/notes.html +++ b/InvenTree/build/templates/build/notes.html @@ -10,6 +10,9 @@ {% block heading %} {% trans "Build Notes" %} +{% if roles.build.change and not editing %} + +{% endif %} {% endblock %} {% block details %} @@ -20,14 +23,13 @@ {{ form }}