Skip to content

Commit

Permalink
Added documentation for the {% as_uni_form_set %} template tag
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Feb 15, 2010
1 parent 8cd353c commit ef666b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Expand Up @@ -113,6 +113,10 @@ Using the django-uni-form filter (Easy and fun!)

{{ my_form|as_uni_form }}

Or, to render a formset::

{{ my_formset|as_uni_form_set }}

3. Add the class of 'uniForm' to your form. Example::

<form action="" method="post" class="uniForm">
Expand Down
4 changes: 4 additions & 0 deletions docs/usage.txt
Expand Up @@ -9,6 +9,10 @@ Using the django-uni-form filter (Easy and fun!)

{{ my_form|as_uni_form }}

Or, to render a formset::

{{ my_formset|as_uni_form_set }}

3. Add the class of 'uniForm' to your form. Example::

<form action="" method="post" class="uniForm">
Expand Down

0 comments on commit ef666b7

Please sign in to comment.