DH-IT-Portal-Development / ethics

Ethical Committee web application in Django
http://fetc.hum.uu.nl
MIT License
2 stars 1 forks source link

ProposalConfirmation has a missing variable #701

Open miggol opened 2 months ago

miggol commented 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.

We should add this as a context var or refer to form.instance.title instead.