fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Widok do edycji dokumentów w aplikacji wiki.
[redakcja.git]
/
apps
/
api
/
forms.py
diff --git
a/apps/api/forms.py
b/apps/api/forms.py
index
7532e17
..
22cadb9
100644
(file)
--- a/
apps/api/forms.py
+++ b/
apps/api/forms.py
@@
-120,7
+120,7
@@
class TextUpdateForm(DocumentRetrieveForm):
value = self.cleaned_data['message']
if value:
- return u"$USER$ " +
request.POST['message']
+ return u"$USER$ " +
value
else:
return u"$AUTO$ XML content update."