D
Analyzed about 8 hours ago
Introduction to django-uni-formDjango forms are easily rendered as tables, paragraphs, and unordered lists. However, elegantly rendered div based forms is something you have to do by hand. The purpose of this application is to provide a simple tag and/or filter that lets you quickly render forms in
... [More]
a div format.
Uni-form has been selected as the base model for the design of the forms. Uni-form was created by Dragan Babić.
django-uni-form lets you use this use this snippet to represent your form:
{% load uni_form %}
{{ my_form|as_uni_form }}
The source for django-uni-form has moved to github: http://github.com/pydanny/django-uni-form [Less]