Field validation and form errors in templates

This commit is contained in:
Neil Martinsen-Burrell 2022-12-12 15:53:43 -06:00
parent 5eaf92caa5
commit c924a5fd9a
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
18 changed files with 590 additions and 270 deletions

View file

@ -21,6 +21,7 @@ django-widget-tweaks = "*"
cachetools = "*"
requests = "*"
django-fsm = "*"
django-phonenumber-field = {extras = ["phonenumberslite"], version = "*"}
[dev-packages]
django-debug-toolbar = "*"