YaleSTC / vesta

Application for housing lottery / room draw
GNU General Public License v3.0
6 stars 2 forks source link

Duplicate Flash Message on Add User #603

Closed AlanLiu96 closed 6 years ago

AlanLiu96 commented 7 years ago

The add user page will generate another flash message from the form validations even on cancel.

Step to reproduce:

  1. Go to add users page
  2. Add user with arbitrary username
  3. click cancel

Expected: redirect with no flash message actual: Form validation error appears on the /users page after redirection

image