-
- if form.cleaned_data['stage_completed']:
- comment += '\n#stage-finished: %s\n' % form.cleaned_data['stage_completed']
-
- author = "%s <%s>" % (form.cleaned_data['author_name'], form.cleaned_data['author_email'])
-
- storage.put(document, author=author, comment=comment, parent=revision)
- document = storage.get(name)
-
+ if form.cleaned_data['stage_completed']:
+ comment += '\n#stage-finished: %s\n' % form.cleaned_data['stage_completed']
+ author = "%s <%s>" % (form.cleaned_data['author_name'], form.cleaned_data['author_email'])
+ storage.put(document, author=author, comment=comment, parent=revision)
+ document = storage.get(name)