Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

django form label in template

{{ form }} # for get value in template
{{ form.checkbox.label_tag }} # for get labels
{{ form.chechbox.error }} # for error
 
PREVIOUS NEXT
Tagged: #django #form #label #template
ADD COMMENT
Topic
Name
9+1 =