maybe now this is fixd?
This commit is contained in:
parent
ff98c87311
commit
6ff4b78b23
|
|
@ -112,7 +112,7 @@ class URLTest(TestCase):
|
|||
return
|
||||
|
||||
# TODO can this be more elegant?
|
||||
if url == 'account_reset_password':
|
||||
if url.startswith("account_"):
|
||||
return
|
||||
|
||||
if pk:
|
||||
|
|
|
|||
Loading…
Reference in New Issue