Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMPL
Class Project
DIGIPUS
Commits
e9a0c90b
Commit
e9a0c90b
authored
Oct 31, 2020
by
Yaumi
Browse files
merge to master
parent
de284488
Pipeline
#60060
passed with stages
in 32 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/urls.py
View file @
e9a0c90b
...
...
@@ -53,8 +53,5 @@ urlpatterns = [
path
(
"reset_password_complete/"
,
auth_views
.
PasswordResetCompleteView
.
as_view
(
template_name
=
"password_reset_done.html"
),
name
=
"password_reset_complete"
),
path
(
r
'subscribe/'
,
views
.
subscribe
,
name
=
'subscribe'
),
path
(
r
'subscribeform/'
,
views
.
subscribeform
,
name
=
'subscribeform'
),
path
(
r
'subscription_confirmation/'
,
views
.
subscription_confirmation
,
name
=
'subscription_confirmation'
),
]
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