mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-22 17:34:21 +01:00
fix typo
This commit is contained in:
parent
22fb758c83
commit
78a1818efe
@ -6,9 +6,9 @@
|
|||||||
<div class="col-md-12 column">
|
<div class="col-md-12 column">
|
||||||
<div class="well well-sm">
|
<div class="well well-sm">
|
||||||
<form method='POST' action='/adduser' role="form" class="form-signin" data-toggle="validator">
|
<form method='POST' action='/adduser' role="form" class="form-signin" data-toggle="validator">
|
||||||
<h2 class="h3">Fill new user attributes:</h2>
|
<h2 class="h3">Fill new user's attributes:</h2>
|
||||||
${form}
|
${form}
|
||||||
<h2 class="h3">Enable/Disable roles:</h2>
|
<h2 class="h3">Enable/Disable user's roles:</h2>
|
||||||
${roles}
|
${roles}
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<th>
|
<th>
|
||||||
Role
|
Role
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th class="sorter-false">
|
||||||
Parent roles
|
Parent roles
|
||||||
</th>
|
</th>
|
||||||
<th class="sorter-false">
|
<th class="sorter-false">
|
||||||
|
Loading…
Reference in New Issue
Block a user