Reapplied merge of [7209], which although listed in svn:mergeinfo on . actually doesn't seem to have made it into the repository.

- Legacy-Id: 7265
Note: SVN reference [7209] has been migrated to Git commit 8d56e458d9
This commit is contained in:
Henrik Levkowetz 2014-02-19 14:53:45 +00:00
parent bcbc22f45b
commit dfd9b98de8

View file

@ -592,7 +592,7 @@ def add(request):
request.session['action'] = 'add'
messages.success(request, 'New draft added successfully!')
redirect('drafts_authors', id=draft.name)
return redirect('drafts_authors', id=draft.name)
else:
form = AddModelForm()