summaryrefslogtreecommitdiff
path: root/ishtar_common/views.py
diff options
context:
space:
mode:
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 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")