Fix copy and paste error in the user add form

This commit is contained in:
Johannes Zellner
2016-01-25 14:46:51 +01:00
parent 55a56355d5
commit ea18ca5c60

View File

@@ -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">