fixes 169: ability to grant super cow powers to users
This commit is contained in:
parent
0c231432a2
commit
6648154ba6
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="checkbox">
|
<div class="checkbox">
|
||||||
<label>
|
<label>
|
||||||
<input type="checkbox" ng-model="updateUserInfo.isAdmin"> Check me out
|
<input type="checkbox" ng-model="updateUserInfo.isAdmin"> {{'is admin' | translate}}
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<button type="submit" ng-click="updateUser()" class="btn btn-success top10">{{'update' | translate}}</button>
|
<button type="submit" ng-click="updateUser()" class="btn btn-success top10">{{'update' | translate}}</button>
|
||||||
|
|
Loading…
Reference in a new issue