Open miggol opened 2 months ago
It would be nice if this view could also get the sidebar treatment. But for now the following bug needs fixing:
The {{ title }} context variabel is used in the template, but it is not provided by the view.
{{ title }}
We should add this as a context var or refer to form.instance.title instead.
form.instance.title
It would be nice if this view could also get the sidebar treatment. But for now the following bug needs fixing:
The
{{ title }}
context variabel is used in the template, but it is not provided by the view.We should add this as a context var or refer to
form.instance.title
instead.