First time here? Check out the FAQ!

Revision history  [back]

Solution patch: in writers.py add the following in the case of 'form not valid':

else:
    form.initial['title']= request.POST.get('title')