mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 10:19:34 +00:00
@@ -50,7 +50,7 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="ou">Org. Unit (optional):</label>
|
||||
<input class="form-control" type="text" id="ou" name="ou" value="{{ .OrgUnit }}" {{ if (ne .Organization "") and (not .IsRoot) }}readonly{{ end }}>
|
||||
<input class="form-control" type="text" id="ou" name="ou" value="{{ .OrgUnit }}" {{ if and (ne .Organization "") (not .IsRoot) }}readonly{{ end }}>
|
||||
{{ with .Errors.OrgUnit }}
|
||||
<span class="error">{{ . }}</span>
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user