https://github.com/kennethlove/django-uni-form-contrib
Contributed templates for Django Uni-Form
https://github.com/kennethlove/django-uni-form-contrib
Last synced: 3 months ago
JSON representation
Contributed templates for Django Uni-Form
- Host: GitHub
- URL: https://github.com/kennethlove/django-uni-form-contrib
- Owner: kennethlove
- Created: 2011-09-13T21:16:17.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-09T22:34:46.000Z (over 13 years ago)
- Last Synced: 2025-01-27T09:43:56.666Z (4 months ago)
- Homepage:
- Size: 122 KB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
=====================================
``django-uni-form`` Contrib Templates
=====================================What
----Contributed templates for `Daniel Greenfeld `_ and `Miguel Araujo `_'s
awesome `django-uni-form `_ library. Template sets are named for the library they
relate to.How
---Clone the repo and copy the folder of templates that you want to use to your current project's template folder, renaming it to
``uni_form``.::cp -r django-uni-form-contrib/twitter-bootstrap /templates/uni_form
Oh, you probably won't want to include ``django-uni-form``'s media, either, so take it out of your templates.
Who
---Current contributors are:
* `Kenneth Love `_.
License
-------All templates are released under the MIT license.