Use Django widget tweaks on first two forms

This commit is contained in:
Neil Martinsen-Burrell 2022-10-21 11:16:23 -05:00
parent aef2c326ac
commit b9705bb0c1
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
7 changed files with 103 additions and 75 deletions

View file

@ -16,6 +16,7 @@ pyjwkest = "*"
psycopg2-binary = "*"
whitenoise = "*"
django-formtools = "*"
django-widget-tweaks = "*"
[dev-packages]
django-debug-toolbar = "*"