Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Birin Sanchez
Keel - LDH Middleware
Commits
c038eac5
Verified
Commit
c038eac5
authored
May 15, 2019
by
Jack Ketcham
Browse files
Remove username URL parameter
parent
4dec867e
Changes
1
Hide whitespace changes
Inline
Side-by-side
middleware/urls.py
View file @
c038eac5
...
...
@@ -49,7 +49,7 @@ urlpatterns = [
limitmonitor
.
views
.
toggle_tunnel
,
name
=
'toggle_tunnel'
),
url
(
r
'^accounts/profile/new_invitation'
,
limitmonitor
.
views
.
new_invitation
,
name
=
'new_invitation'
),
url
(
r
'^accounts/profile/configure
/(?P<username>.+)/$
'
,
url
(
r
'^accounts/profile/configure'
,
ProfileConfigureView
.
as_view
(),
name
=
'profile_configure'
),
# url(r'^accounts/register/$', RegistrationView.as_view(form_class=RegistrationForm), name='registration_register'),
url
(
r
'^accounts/login/$'
,
LdhLoginView
.
as_view
(),
name
=
'auth_login'
),
...
...
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