wagtail/wagtail/wagtailforms
2014-05-20 13:22:19 +01:00
..
backends Make to_address optional (so that the page author can decide whether or not to make use of the email functionality, without needing two versions of the template) 2014-05-06 14:44:41 +01:00
migrations add migration for wagtailforms 2014-05-06 16:28:42 +01:00
static/wagtailforms/js updated formbulider fields with identifyable class names, although not output yet 2014-05-20 13:22:19 +01:00
templates/wagtailforms added scrollable form submissions tables 2014-05-20 10:11:03 +01:00
__init__.py Add a basic skeleton for Wagtail form builder 2014-03-20 15:58:02 +02:00
forms.py Refactor CSV output to display data columns in original order 2014-05-02 17:03:37 +01:00
models.py updated formbulider fields with identifyable class names, although not output yet 2014-05-20 13:22:19 +01:00
tests.py Add unit tests for wagtailforms backend 2014-05-07 17:33:13 +01:00
urls.py Remove redundant content-type parameters from form builder admin URLs 2014-05-02 13:42:32 +01:00
views.py updating header form style 2014-05-13 12:45:49 +01:00
wagtail_hooks.py updated formbulider fields with identifyable class names, although not output yet 2014-05-20 13:22:19 +01:00