Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Update edit-profile.client.view.html
Browse files Browse the repository at this point in the history
  • Loading branch information
enkodellc committed Jun 4, 2014
1 parent 9221ee9 commit 19e937c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<section class="row" data-ng-controller="SettingsController">
<h3 class="col-md-12 text-center">Edit your profile</h3>
<div class="col-xs-offset-2 col-xs-8 col-md-offset-5 col-md-2">
<form name="userForme" data-ng-submit="userForm.$valid && updateUserProfile()" class="signin form-horizontal" autocomplete="off">
<form name="userForm" data-ng-submit="userForm.$valid && updateUserProfile()" class="signin form-horizontal" autocomplete="off">
<fieldset>
<div class="form-group">
<label for="firstName">First Name</label>
Expand Down

0 comments on commit 19e937c

Please sign in to comment.