Fix copy and paste error in the user add form
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
<small ng-show="useradd_form.displayName.$error.displayName">This is not a valid Name</small>
|
||||
<small ng-show="!useradd_form.displayName.$dirty && useradd.error.displayName">{{ useradd.error.displayName }}</small>
|
||||
</div>
|
||||
<input type="text" class="form-control" ng-model="useradd.displayName" id="inputUserAddDisplayName" name="email" required>
|
||||
<input type="text" class="form-control" ng-model="useradd.displayName" id="inputUserAddDisplayName" name="displayName">
|
||||
</div>
|
||||
|
||||
<div class="checkbox">
|
||||
|
||||
Reference in New Issue
Block a user