0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00

Merge pull request #4801 from halfdan/4800-role-select

Fix user role select
This commit is contained in:
Hannah Wolfe 2015-01-14 13:30:51 +00:00
commit b9db60e3bb

View file

@ -64,7 +64,7 @@
<div class="form-group">
<label for="user-role">Role</label>
{{gh-role-selector
initialValue=role
initialValue=user.role
onChange="changeRole"
selectId="user-role"}}
<p>What permissions should this user have?</p>