From 097bcb0f723b278fb91cb501272e1e3b8b64edb4 Mon Sep 17 00:00:00 2001 From: kiblik <5609770+kiblik@users.noreply.github.com> Date: Fri, 20 Sep 2024 19:48:12 +0200 Subject: [PATCH] Add disclaimer_notes to edit_note --- dojo/templates/dojo/edit_note.html | 6 ++++++ 1 file changed, 6 insertions(+) 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 %}