FOSSEE / workshop_booking

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

Split my_workshops view #130

Closed pnshiralkar closed 4 years ago

pnshiralkar commented 4 years ago

Closes #128 Removed : old my_workshops view

Added : my-workshops view for coordinator workshop_status view for instructor accept_workshop view for instructor change_workshop_date view for instructor

ankitjavalkar commented 4 years ago

The login form does not return the right errors, though not directly related, is it possible to check and fix it in this PR?