From a59704af1ddc9f15e21cc44165cb3e450d0da6b9 Mon Sep 17 00:00:00 2001 From: Miguel Gonzalez Date: Thu, 8 Feb 2018 11:15:15 +0100 Subject: [PATCH] add front url for change mail notifications settings --- taiga/front/urls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/taiga/front/urls.py b/taiga/front/urls.py index 244e0a72..d5775d72 100644 --- a/taiga/front/urls.py +++ b/taiga/front/urls.py @@ -25,6 +25,7 @@ urls = { "forgot-password": "/forgot-password", "new-project": "/project/new", "new-project-import": "/project/new/import/{0}", + "settings-mail-notifications": "/user-settings/mail-notifications", "change-password": "/change-password/{0}", # user.token "change-email": "/change-email/{0}", # user.email_token