FOSSEE / workshop_booking

Workshop booking interface in Django.
GNU General Public License v3.0
2 stars 11 forks source link

UnboundLocalError at /my_workshops/ local variable 'proposed_workshop_pending' referenced before assignment #106

Closed CruiseDevice closed 4 years ago

CruiseDevice commented 4 years ago

On going to Workshop status page.

workshops = list(workshop_occurence_list) + list(proposed_workshop) + list(proposed_workshop_pending)
UnboundLocalError: local variable 'proposed_workshop_pending' referenced before assignment

I hope this code is not live. Don't make it live unless tested completely.