Organisation notes visible on organisation settings page

This commit is contained in:
Pea Tyczynska
2021-02-05 10:52:08 +00:00
parent 71198bbb07
commit f0d94a009e
7 changed files with 51 additions and 3 deletions

View File

@@ -71,6 +71,13 @@
)
}}
{% endcall %}
{% call row() %}
{{ text_field('Notes')}}
{{ optional_text_field(current_service.notes, default="No notes yet", wrap=True) }}
{{ edit_field('Change', url_for('.edit_organisation_notes', org_id=current_org.id), suffix='the notes for the organisation') }}
{% endcall %}
{% call row() %}
{{ text_field('Default email branding') }}
{{ text_field(current_org.email_branding_name) }}