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
Collection of Practice
2019
1606823475-practice
Commits
9e9dba9a
Commit
9e9dba9a
authored
Dec 21, 2019
by
Muhammad Ilham Peruzzi
Browse files
[GREEN] add url for delete
parent
b419033c
Pipeline
#27368
passed with stages
in 14 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lists/urls.py
View file @
9e9dba9a
...
...
@@ -21,4 +21,5 @@ urlpatterns = [
url
(
r
'^(\d+)/$'
,
views
.
view_list
,
name
=
'view_list'
),
url
(
r
'^(\d+)/add_item$'
,
views
.
add_item
,
name
=
'add_item'
),
url
(
r
'^new$'
,
views
.
new_list
,
name
=
'new_list'
),
url
(
r
'^(?P<list_id>\d+)/delete_todo/(?P<id>\d+)/$'
,
views
.
delete_todo
,
name
=
'delete_todo'
)
]
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