summaryrefslogtreecommitdiff
path: root/ishtar_common/views.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2024-02-19 15:58:49 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2024-02-19 19:12:35 +0100
commitf2e2eec113f682073c81101160b2281d903d39df (patch)
tree14642dab339ddebfada62540f1e4fc95d7f7aca8 /ishtar_common/views.py
parent72b01c2bb749271e303d81687514038de13601bd (diff)
downloadIshtar-f2e2eec113f682073c81101160b2281d903d39df.tar.bz2
Ishtar-f2e2eec113f682073c81101160b2281d903d39df.zip
✨ Quick edit form for biographical notes
Diffstat (limited to 'ishtar_common/views.py')
-rw-r--r--ishtar_common/views.py3
1 files changed, 3 insertions, 0 deletions
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,