Metadata-Version: 1.1
Name: wagtailformblocks
Version: 0.1.3
Summary: A Wagtail module that provides content blocks to display and process user defined forms
Home-page: https://github.com/LUKKIEN/wagtailformblocks
Author: Tim Leguijt
Author-email: info@leguijtict.nl
License: BSD
Description: ===============================
        Wagtail Form Blocks
        ===============================
        
        
        .. image:: https://img.shields.io/pypi/v/wagtailformblocks.svg
                :target: https://pypi.python.org/pypi/wagtailformblocks
        
        .. image:: https://readthedocs.org/projects/wagtailformblocks/badge/?version=latest
                :target: https://wagtailformblocks.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://travis-ci.org/LUKKIEN/wagtailformblocks.svg?branch=master
            :target: https://travis-ci.org/LUKKIEN/wagtailformblocks
        
        A Wagtail module that provides content blocks to display and process user defined forms
        
        
        * Documentation: https://wagtailformblocks.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =========
        CHANGELOG
        =========
        
        0.1.3 (2016.10.28)
        ------------------
        + Add `django-recaptcha` field when available.
        
        0.1.2 (2016.10.07)
        ------------------
        + Added CSRF support in the example jQuery form handler
        
        0.1.1 (2016.09.11)
        ------------------
        + Updated license model to BSD
        + Update documentation on how to install (Rubén Colina)
        
        0.1.0 (2016.09.01)
        ------------------
        + First implementation
        
Keywords: wagtailformblocks
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
