IsoVictor / CITS3403-Group-Project

Group Project for Agile Web Development
MIT License
0 stars 0 forks source link

Flash is not popping up for accounts already made #15

Closed RohnanK closed 2 months ago

RohnanK commented 2 months ago

When creating a new account, details that have already been used are not flashing, even tho the page is reloading. I wonder what could be causing this???

IsoVictor commented 2 months ago

Hey Rohnan, just looked over the code concerning the new account creation and the error handling seems to be correct on routes.py but you don't have a way of handling the flash errors on the actual html template. Hope that fixes the issue

RohnanK commented 2 months ago

Wow victor thanks for the help! I completely missed that!