添加新接口
This commit is contained in:
parent
23169d687a
commit
f6f1f19c99
|
@ -52,10 +52,10 @@
|
|||
<div class="form-group">
|
||||
<label class="col-sm-2 control-label">Groups</label>
|
||||
<div class="checkbox col-sm-10">
|
||||
<input type="checkbox" checked name="groups" value="none" style="display: none">
|
||||
<input type="checkbox" name="groups" value="all">all
|
||||
<label><input type="checkbox" checked name="groups" value="none" style="display: none"></label>
|
||||
<label><input type="checkbox" name="groups" value="all">all </label>
|
||||
{% for group_name in groups %}
|
||||
<input type="checkbox" name="groups" value="{{ group_name }}">{{ group_name }}
|
||||
<label><input type="checkbox" name="groups" value="{{ group_name }}">{{ group_name }} </label>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue