Skip to content

Commit

Permalink
remove regex in static path, silences django warn (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
moshfrid committed Dec 20, 2021
1 parent ea14056 commit 78d2f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dj_rest_auth/registration/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
name='account_confirm_email',
),
path(
r'^account-email-verification-sent/$', TemplateView.as_view(),
'account-email-verification-sent/', TemplateView.as_view(),
name='account_email_verification_sent',
),
]

0 comments on commit 78d2f39

Please sign in to comment.