django-foundation-formtags 0.1.0
pip install django-foundation-formtags
Released:
Templatetags to add Zurb Foundation support to Django Forms
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: Christopher Clarke
- Tags foundation_formtags
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Programming Language
Project description
Django Foundation Formtags
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>
Required versus optional fields
The normal behaviour is to mark required fields with *. If you want to mark only optional fields, you can add the following setting to your project settings file.
FOUNDATION_FORMTAGS_USE_OPTIONAL = True
To learn more about optional fields read this blog.
Contributing
Contributions are welcome, and they are greatly appreciated! Every little bit helps, and credit will always be given.
Free software: BSD license
Documentation: https://django-foundation-formtags.readthedocs.org.
History
0.1.0 (2017-06-05)
Provide users option to use * or optional
0.0.9 (2017-06-05)
Cleaned up travis configuration for tox to improve testing
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: BSD License (BSD)
- Author: Christopher Clarke
- Tags foundation_formtags
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Programming Language
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Uploaded
Python 2
Python 3
File details
Details for the file django-foundation-formtags-0.1.0.tar.gz
.
File metadata
- Download URL: django-foundation-formtags-0.1.0.tar.gz
- Upload date:
- Size: 21.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22adc83b36a66c24e0e20df29bd2dc0d7b217e2cb40b39d9655aa9d0cd74ac3a |
|
MD5 | a7a360d65b5e0fbb6142045c24e2f485 |
|
BLAKE2b-256 | e5fb84c7efe02c343237797c1c9c0dc9d099837fb153c1fcfcb5d5e268293934 |
File details
Details for the file django_foundation_formtags-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_foundation_formtags-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 14.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be3a3915a5fc0c64b2318074c72b14246406eb1bb18b09e4dfb08c3f2e454c8e |
|
MD5 | 19480e4c126dbff5a61bdef8d2da7a47 |
|
BLAKE2b-256 | 24bf6e53d56078defe9b6253b2a2142195b0e130ec60d14f6296bbc4ea3c2468 |