From 9268bb26e86b9b44ce6520bb1a9120796cfc32d6 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 19 Feb 2024 15:58:49 +0100 Subject: ✨ Quick edit form for biographical notes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ishtar_common/views.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ishtar_common/views.py') diff --git a/ishtar_common/views.py b/ishtar_common/views.py index 5ad14695f..84d038440 100644 --- a/ishtar_common/views.py +++ b/ishtar_common/views.py @@ -1137,6 +1137,9 @@ get_person = get_item(models.Person, "get_person", "person", callback=get_person_gdpr_log) show_biographical_note = show_item(models.BiographicalNote, "biographicalnote") +new_biographical_note = new_qa_item( + models.BiographicalNote, forms.BiographicalNoteForm, page_name=_("New biographical note") +) get_person_for_account = get_item( models.Person, -- cgit v1.2.3