Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • You've probably solved this by now but it looks to me as if you should just switch the last two lines. Inherit from super before you try to set the initial value of title based on kwargs Commented Apr 23, 2020 at 9:09
  • Thanks, I think that's it. I asked this over a year ago and have since massively improved my Django and Python skills. What you're saying makes sense. I've recently made some Django apps and am much better with their forms now. Thanks for answering anyway :-) Commented Apr 24, 2020 at 13:13