Skip to content

Instantly share code, notes, and snippets.

@kriwil
Last active August 29, 2015 14:12
Show Gist options
  • Save kriwil/7228b5f6ebc03b7ba820 to your computer and use it in GitHub Desktop.
Save kriwil/7228b5f6ebc03b7ba820 to your computer and use it in GitHub Desktop.
{% for choice in form.field %}
<label>
{{ choice.choice_label }}
{{ choice.tag }}
</label>
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment