Skip to content

Instantly share code, notes, and snippets.

@enricostano
Created June 9, 2012 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enricostano/2901333 to your computer and use it in GitHub Desktop.
Save enricostano/2901333 to your computer and use it in GitHub Desktop.
twig form template
{{ ownerObj.name }}
<form action="{{ path('StanoSasDocumentBundle_attachment_create', { 'ownerObj': ownerObj }) }}" method="post" {{ form_enctype(form) }} class="">
{{ form_widget(form) }}
<p>
<input type="submit" value="Submit">
</p>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment