Improve mailer URL regex.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -31,7 +31,7 @@ urlpatterns = [
|
||||
name='system_mailer_error_log'
|
||||
),
|
||||
url(
|
||||
r'^user_mailers/backend/selection',
|
||||
r'^user_mailers/backend/selection/$',
|
||||
UserMailerBackendSelectionView.as_view(),
|
||||
name='user_mailer_backend_selection'
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user