% layout 'standard', title => 'Profile', sb_active => 'profile';

Change your name or email

% if ( $c->stash->{success} ) { % } % if ( $c->stash->{errors} ) { % }
<%= include '_base/form/input', type => 'text', name => 'name', title => 'Your name', help => '', value => $c->stash->{form_name}, %> <%= include '_base/form/input', type => 'email', name => 'email', title => 'Email Address', help => '', value => $c->stash->{form_email}, %> <%= include '_base/form/input', type => 'password', name => 'password', title => 'Your password (required for these changes)', help => '', value => $c->stash->{form_password} %>