Removed inability to change roles for admin user

This commit is contained in:
Evan Harris
2019-10-08 06:38:57 -05:00
parent 6f590f7740
commit 6783ced897
2 changed files with 1 additions and 2 deletions
@@ -62,7 +62,7 @@
<p/>
<form:form method="post" action="userSettings.view" modelAttribute="command">
<table style="${command.admin ? 'display:none' : ''}">
<table>
<tr style="${command.currentUser ? 'display:none' : ''}">
<td><form:checkbox path="adminRole" id="admin" cssClass="checkbox"/></td>
<td><label for="admin"><fmt:message key="usersettings.admin"/></label></td>