fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Poprawienie nazwy zmiennej "availble_themes" -> "available_themes".
[redakcja.git]
/
apps
/
api
/
response.py
diff --git
a/apps/api/response.py
b/apps/api/response.py
index
b5513c4
..
4675015
100644
(file)
--- a/
apps/api/response.py
+++ b/
apps/api/response.py
@@
-49,6
+49,7
@@
class RequestAccepted(ResponseObject):
def django_response(self, ticket_status, ticket_uri):
return ResponseObject.django_response(self, {
+ 'result': 'accepted',
'status': ticket_status,
'refer_to': ticket_uri })