Metadata-Version: 2.0
Name: crispy-forms-semantic-ui
Version: 0.2.0
Summary: Semantic UI templates for django-crispy-forms.
Home-page: https://github.com/acidjunk/crispy-forms-semanticUI-templates
Author: Rene Dohmen
Author-email: acidjunk@gmail.com
License: GPLv3 License
Keywords: django crispy-forms semantic-ui forms
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Dist: django-crispy-forms
Requires-Dist: django

crispy-forms-semantic-ui
========================

crispy-forms-semantic-ui contains a set of templates that can be used to get 
semantic UI form layouts and error handling in [`django-crispy-forms`](https://github.com/maraujop/django-crispy-forms). 

Tested with Semantic-UI 2.2.4.

Install
=======

1. `pip install crispy-forms-semantic-ui`

2. set `semantic-ui` as your `CRISPY_TEMPLATE_PACK` in your projects' `settings.py`


