Instantly share code, notes, and snippets.

anonymous /gist:78774988a5968c82e44e Secret
Created Nov 30, 2012

Embed
What would you like to do?
{% for field, errors in forms.errors.items %}
<li>{{ field }} {{ errors }}</li>
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment