Browse Source

ÐÞ¸Äbug

pull/6/head
guanghongwei 10 years ago
parent
commit
796533b7a9
  1. 3
      templates/juser/user_add.html

3
templates/juser/user_add.html

@ -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