We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69d1172 + ef5b428 commit b197eacCopy full SHA for b197eac
manage_breast_screening/core/urls.py
@@ -36,6 +36,13 @@
36
namespace="mammograms",
37
),
38
39
+ path(
40
+ "notifications/",
41
+ include(
42
+ "manage_breast_screening.notifications.urls",
43
+ namespace="notifications",
44
+ ),
45
46
path(
47
"participants/",
48
include("manage_breast_screening.participants.urls", namespace="participants"),
manage_breast_screening/notifications/urls.py
@@ -6,7 +6,7 @@
6
7
urlpatterns = [
8
9
- "/message-status/create",
+ "message-status/create",
10
views.create_message_status,
11
name="create_message_status",
12
0 commit comments