newtheatre / nt-training

:school_satchel: Django-based online technical training system with specification, membership details and training sessions.
https://training.newtheatre.org.uk
MIT License
0 stars 3 forks source link

Form validation missing from the backend #8

Open samozzy opened 6 years ago

samozzy commented 6 years ago

It is possible to make/edit training sessions in the admin interface that do not follow the same requirements as the frontend (e.g., trainer and trainee cannot be the same). This is bad.