Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.web
Commits
0ac5fe7e
Commit
0ac5fe7e
authored
May 12, 2020
by
Flavio TARSETTI
Browse files
[accounts][urls] update url from temp/ to validation/
parent
9fa28f2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/web/accounts/urls.py
View file @
0ac5fe7e
...
...
@@ -30,5 +30,5 @@ from . import views
urlpatterns
=
[
url
(
r
'^settings/$'
,
views
.
account_settings
,
name
=
'settings'
),
url
(
r
'^
temp
/(?P<hash_url>\w+)/$'
,
views
.
load_temporary_url
,
name
=
"temp_url"
),
url
(
r
'^
validation
/(?P<hash_url>\w+)/$'
,
views
.
load_temporary_url
,
name
=
"temp_url
_validation
"
),
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment