forked from shaba/openuds
Removed "adminitrative" permissions (left just full access, the other
was in fact an synonim)
This commit is contained in:
parent
a4b9bf1fb9
commit
a3ad88b9e6
@ -26,11 +26,10 @@
|
||||
<div class="col-sm-10">
|
||||
<select id="id_perm_select" name="group" class="selectpicker show-menu-arrow show-tick modal_field_data" data-style="btn-default" data-width="100%">
|
||||
<option value="1">{% endverbatim %}{% trans 'Read only' %}{% verbatim %}</option>
|
||||
<option value="2">{% endverbatim %}{% trans 'Management Access' %}{% verbatim %}</option>
|
||||
<option value="2">{% endverbatim %}{% trans 'Full Access' %}{% verbatim %}</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</form>
|
||||
{% endverbatim %}
|
||||
{% endverbatim %}
|
||||
|
Loading…
Reference in New Issue
Block a user