Skip to content

Commit

Permalink
Fix PEP8
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed May 15, 2016
1 parent 37547a7 commit 9e1788d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/plone/restapi/services/actions/get.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
{
'@id': 'reject',
'title': 'Send back',
'uri': 'http://localhost:8080/Plone//content_status_modify?workflow_action=reject',
'uri': 'http://localhost:8080/Plone/content_status_modify?'
'workflow_action=reject',
'category': 'workflow',
},
]
Expand Down

0 comments on commit 9e1788d

Please sign in to comment.