添加新接口

This commit is contained in:
tangshuangpku@hotmail.com 2016-06-07 17:06:53 +08:00
parent 23169d687a
commit f6f1f19c99
1 changed files with 3 additions and 3 deletions

View File

@ -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&nbsp;&nbsp;
<label><input type="checkbox" checked name="groups" value="none" style="display: none"></label>
<label><input type="checkbox" name="groups" value="all">all&nbsp;&nbsp;</label>
{% for group_name in groups %}
<input type="checkbox" name="groups" value="{{ group_name }}">{{ group_name }}&nbsp;&nbsp;
<label><input type="checkbox" name="groups" value="{{ group_name }}">{{ group_name }}&nbsp;&nbsp;</label>
{% endfor %}
</div>
</div>