|
Project Information
Members
Featured
Downloads
Wiki pages
Links
|
IntroductionThis Django app provides a set of inclusion tags for various pieces of form rendering. These inclusion tags are designed to replace the default rendering methods on Form instances. The included templates are flexible enough for most common form designs, but even complex designs may benefit by simply overriding the templates. renderform's primary template tags are {% show_form %}, {% show_field %}, {% show_label %}, {% show_errors %}, and {% show_help_text %}. See the GettingStarted page for instructions and examples. Use Cases
|