charliegriefer / my-whiskies

MIT License
2 stars 0 forks source link

Edit Distillery URL field issue #44

Closed charliegriefer closed 1 year ago

charliegriefer commented 1 year ago

The URL field should validate a URL. and it is, but if invalid, it's not showing the error message on the form page.

Add distillery is, and they're using the same form, which is weird.

charliegriefer commented 1 year ago

Same issue with adding a bottle with an invalid url.

charliegriefer commented 1 year ago

Edit Distillery is fixed. There was an issue around populating the form in the view.

Looking at bottle now.

charliegriefer commented 1 year ago

Bottle is fixed. Needed a novalidate in the form tag. Also cleaned up the template.