Guest User

Untitled

a guest
Nov 22nd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. class ExampleForm(forms.Form):
  2. checkbox = forms.BooleanField(required=False, label="Click me")
  3.  
  4. {% for item in items %}
  5. <form>
  6. {{ ExampleForm }}
  7. </form>
  8. {% endfor }%
  9.  
  10. ExampleForm(auto_id=False)
Add Comment
Please, Sign In to add comment