joeni

forms.py

1
from crispy_forms.helper import FormHelper
2
from crispy_forms.layout import Submit
3
# See https://django-crispy-forms.readthedocs.io/en/latest/crispy_tag_forms.html
4
# for more information
5