Skip to main content

Templatetags to add Zurb Foundation support to Django Forms

Project description

Django Foundation Formtags

https://travis-ci.org/chrisdev/django-foundation-formtags.svg?branch=master Updates

Django template tags to work with Zurb Foundation forms

Getting Started

Create a virtualenv:

$ virtualenv my-env

At the command line:

$ pip install django-foundation-formtags

Usage

To start use django-foundation-forms in a project you must include in your settings:

INSTALLED_APPS = (
    'foundation_formtags',
)

In the template load foundation tags by:

{% load foundation_formtags %}

To use the django-form-foundation filter:

<form class="form" action="{{ url }}" method="POST">
    {% csrf_token %}
    {{ form|as_foundation }}
</form>

To use the django-form-foundation field tags:

<form class="form" action="{{ url }}" method="POST">
    {% csrf_token %}
    {% render_field form.name %}

    {% render_field form.subject %}

    {% render_field form.message %}
</form>

Contributing

Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.

History

0.0.8 (2017-05-09)

  • Make it Compatible with Django 1.11

0.0.7 (2016-09-25)

  • Make Compatible with Django 1.10

  • Minimum version is now Django 1.8. For earlier versions of Django use 0.0.6

0.0.6 (2016-08-05)

Fix for checkbox rendering and New error class for Non field errors in Foundation 6

0.0.5 (2016-07-12)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-foundation-formtags-0.0.8.tar.gz (19.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_foundation_formtags-0.0.8-py2.py3-none-any.whl (14.6 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django-foundation-formtags-0.0.8.tar.gz.

File metadata

File hashes

Hashes for django-foundation-formtags-0.0.8.tar.gz
Algorithm Hash digest
SHA256 77efe5258279be7fc33f2128b70894e2e0a93ff24836d3f404ed7999e162f596
MD5 c4c106f787db5500b6baa12ce9ff7c55
BLAKE2b-256 48adba2d3788da01196243abab92ad0d428cbd12a1f9fc85a0f80177702e0202

See more details on using hashes here.

File details

Details for the file django_foundation_formtags-0.0.8-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_foundation_formtags-0.0.8-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 363c9a1905b06224313db685bdea0acca096fea93c22eaab48ffadfa04a84237
MD5 5b49b9ac64f42d24d14be37de346dbc6
BLAKE2b-256 6b2bbf91777adc6c544891e39b970c514149870b532ebe7b5feaf30ab4631525

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page