ÐÞ¸Äbug

pull/6/head
guanghongwei 10 years ago
parent f9abf7af1d
commit 796533b7a9

@ -66,8 +66,9 @@
{% for group in groups %}
{% if forloop.first %}
<option value="{{ group.id }}" selected>{{ group.name }}</option>
{% else %}
<option value="{{ group.id }}">{{ group.name }}</option>
{% endif %}
<option value="{{ group.id }}">{{ group.name }}</option>
{% endfor %}
</select>
</div>

Loading…
Cancel
Save