fixes 169: ability to grant super cow powers to users

This commit is contained in:
Davide Alberani 2017-04-03 21:42:46 +02:00
parent 0c231432a2
commit 6648154ba6

View file

@ -22,7 +22,7 @@
</div>
<div class="checkbox">
<label>
<input type="checkbox" ng-model="updateUserInfo.isAdmin"> Check me out
<input type="checkbox" ng-model="updateUserInfo.isAdmin"> {{'is admin' | translate}}
</label>
</div>
<button type="submit" ng-click="updateUser()" class="btn btn-success top10">{{'update' | translate}}</button>