Created
October 16, 2012 11:34
-
-
Save khepin/3898771 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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