LICENSE
MANIFEST.in
README.rst
setup.py
customforms/__init__.py
customforms/admin.py
customforms/admin_urls.py
customforms/apps.py
customforms/blocks.py
customforms/edit_handlers.py
customforms/fields.py
customforms/forms.py
customforms/models.py
customforms/permissions.py
customforms/tests.py
customforms/urls.py
customforms/views.py
customforms/wagtail_hooks.py
customforms/widgets.py
customforms/migrations/0001_initial.py
customforms/migrations/0002_form_form_template.py
customforms/migrations/0003_form_display_title.py
customforms/migrations/0004_form_button_alignment.py
customforms/migrations/__init__.py
customforms/static/customforms/js/custom-form-fields.js
customforms/static/customforms/js/form-chooser.js
customforms/templates/customforms/customform.html
customforms/templates/customforms/customform_landing.html
customforms/templates/customforms/list.html
customforms/templates/customforms/blocks/form.html
customforms/templates/customforms/chooser/chooser.html
customforms/templates/customforms/chooser/chooser.js
customforms/templates/customforms/chooser/form_chosen.js
customforms/templates/customforms/chooser/results.html
customforms/templates/customforms/forms/widgets/blocktext.html
customforms/templates/customforms/forms/widgets/form_chooser.html
django_wagtail_customforms.egg-info/PKG-INFO
django_wagtail_customforms.egg-info/SOURCES.txt
django_wagtail_customforms.egg-info/dependency_links.txt
django_wagtail_customforms.egg-info/top_level.txt
example/__init__.py
example/admin.py
example/apps.py
example/models.py
example/tests.py
example/views.py
example/migrations/__init__.py