From 478bef4100f4b18553a74e79fbacc2ffec695d7c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 9 Apr 2018 20:22:12 +0200 Subject: Add a profile page to manage preferences (refs #4046) --- ishtar_common/urls.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common/urls.py') diff --git a/ishtar_common/urls.py b/ishtar_common/urls.py index 538041b82..04d6acfb2 100644 --- a/ishtar_common/urls.py +++ b/ishtar_common/urls.py @@ -122,6 +122,7 @@ urlpatterns = [ kwargs={'all_pages': True}), url(r'^import-step-by-step/(?P[0-9]+)/(?P[0-9]+)/$', views.ImportStepByStepView.as_view(), name='import_step_by_step'), + url(r'^profile/', views.ProfileEdit.as_view(), name='profile'), ] actions = [] -- cgit v1.2.3