Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mattia Rizzolo
nm.debian.org
Commits
b2354c31
Verified
Commit
b2354c31
authored
Apr 24, 2020
by
Pierre-Elliott Bécue
🚼
Browse files
Label keycheck url as TODO: test as no tests are available yet
parent
1e8f1086
Changes
1
Hide whitespace changes
Inline
Side-by-side
process/urls.py
View file @
b2354c31
...
...
@@ -11,7 +11,7 @@ urlpatterns = [
url
(
r
'^(?P<pk>\d+)/sc_dmup$'
,
views
.
ReqAgreements
.
as_view
(),
name
=
"process_req_sc_dmup"
),
url
(
r
'^(?P<pk>\d+)/advocate$'
,
views
.
ReqAdvocate
.
as_view
(),
name
=
"process_req_advocate"
),
url
(
r
'^(?P<pk>\d+)/am_ok$'
,
views
.
ReqAM
.
as_view
(),
name
=
"process_req_am_ok"
),
url
(
r
'^(?P<pk>\d+)/keycheck$'
,
views
.
ReqKeycheck
.
as_view
(),
name
=
"process_req_keycheck"
),
url
(
r
'^(?P<pk>\d+)/keycheck$'
,
views
.
ReqKeycheck
.
as_view
(),
name
=
"process_req_keycheck"
),
# TODO: test
url
(
r
'^(?P<pk>\d+)/add_log$'
,
views
.
AddProcessLog
.
as_view
(),
name
=
"process_add_log"
),
url
(
r
'^(?P<pk>\d+)/(?P<type>[^/]+)/statement/create$'
,
views
.
StatementCreate
.
as_view
(),
name
=
"process_statement_create"
),
url
(
r
'^(?P<pk>\d+)/(?P<type>[^/]+)/statement/(?P<st>\d+)/delete$'
,
views
.
StatementDelete
.
as_view
(),
name
=
"process_statement_delete"
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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