Skip to content

Instantly share code, notes, and snippets.

@jacobian
Created June 24, 2011 19:51
Show Gist options
  • Save jacobian/1045532 to your computer and use it in GitHub Desktop.
Save jacobian/1045532 to your computer and use it in GitHub Desktop.
{% formconfig as myconfig %}
{% config row using "forms/rows/p.html" %}
{% config widget widgets.TextInput for forms.CharField %}
...
{% endformconfig %}
{% form myform withconfig myconfig %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment