Skip to content

Commit

Permalink
Add disclaimer_notes to edit_note
Browse files Browse the repository at this point in the history
  • Loading branch information
kiblik committed Sep 20, 2024
1 parent a467043 commit 097bcb0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dojo/templates/dojo/edit_note.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
{% block content %}
{{ block.super }}
<h3>{% trans "Edit Note" %}</h3><br />
{% if system_settings.disclaimer_notes %}
<div style="background-color:#DADCE2; border:1px #003333; padding:.8em; margin: 1em">
<span style="font-size:16pt; font-family: 'Cambria','times new roman','garamond',serif; color:#ff0000;">Disclaimer</span><br/>
<p style="font-size:11pt; line-height:10pt; font-family: 'Cambria','times roman',serif;">{{ system_settings.disclaimer_notes }}</p>
</div>
{% endif %}
<form class="form-horizontal" action="{% url 'edit_note' note.id page objid %}" method="post">{% csrf_token %}
{% include "dojo/form_fields.html" with form=form %}
<div class="form-group">
Expand Down

0 comments on commit 097bcb0

Please sign in to comment.