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/urls.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ishtar_common/urls.py') diff --git a/ishtar_common/urls.py b/ishtar_common/urls.py index 5ce9861d1..955563875 100644 --- a/ishtar_common/urls.py +++ b/ishtar_common/urls.py @@ -409,6 +409,11 @@ urlpatterns += [ views.show_biographical_note, name="show-biographicalnote", ), + url( + r"new-biographicalnote/(?:(?P[^/]+)/)?(?:(?P[^/]+)/)?$", + views.new_biographical_note, + name="new-biographicalnote", + ), url( r"department-by-state/(?P.+)?$", views.department_by_state, -- cgit v1.2.3