diff --git a/dojo/templates/dojo/edit_note.html b/dojo/templates/dojo/edit_note.html index b85a1fa070f..9688855d8c2 100644 --- a/dojo/templates/dojo/edit_note.html +++ b/dojo/templates/dojo/edit_note.html @@ -3,6 +3,12 @@ {% block content %} {{ block.super }}

{% trans "Edit Note" %}


+ {% if system_settings.disclaimer_notes %} +
+ Disclaimer
+

{{ system_settings.disclaimer_notes }}

+
+ {% endif %}
{% csrf_token %} {% include "dojo/form_fields.html" with form=form %}