Skip to content

Instantly share code, notes, and snippets.

@kaguillera
Created May 8, 2012 22:56
Show Gist options
  • Save kaguillera/2640185 to your computer and use it in GitHub Desktop.
Save kaguillera/2640185 to your computer and use it in GitHub Desktop.
sample form
<form method="POST" action="">
{% csrf_token %}
<fieldset class="form-controls">
{{ form|as_foundation }}
</fieldset>
<fieldset class="form-actions">
<button type="submit" class="button medium radius nice">Submit</button>
</fieldset>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment