From bd38a04747e7d4ed4e28dd75ba1b43583d883e65 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 5 Nov 2024 12:12:30 +0100 Subject: ✨ ishtar account sheet 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 03b029fe2..407128f49 100644 --- a/ishtar_common/views.py +++ b/ishtar_common/views.py @@ -82,6 +82,7 @@ from ishtar_common.utils import ( get_current_item_keys, get_current_item_keys_dict, get_field_labels_from_path, + get_ishtaruser_gdpr_log, get_person_gdpr_log, get_random_item_image_link, get_news_feed, @@ -1228,6 +1229,8 @@ show_person = show_item(models.Person, "person", callback=get_person_gdpr_log) get_person = get_item(models.Person, "get_person", "person", callback=get_person_gdpr_log) +show_ishtaruser = show_item(models.IshtarUser, "ishtaruser", callback=get_ishtaruser_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") -- cgit v1.2.3