Skip to content

Instantly share code, notes, and snippets.

@khepin
Created October 16, 2012 11:34
Show Gist options
  • Save khepin/3898771 to your computer and use it in GitHub Desktop.
Save khepin/3898771 to your computer and use it in GitHub Desktop.
<div id="first-tab">
<form action="{{ path('mashup_user_profile_update') }}" method="post" {{ form_enctype(form) }} class="form-horizontal span6">
{{ form_row(form.first_name) }}
{{form_rest(form)}}
<div class="form-actions">
<button type="submit" class="btn btn-primary">Update my profile</button>
</div>
</form>
</div>
<div id="second-tab">
{% render "path to the password change action" %}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment