Commit 67074fa8 authored by guanghongwei's avatar guanghongwei

--broken encoding: IBM420_ltr

parent 609b0160
...@@ -65,9 +65,9 @@ ...@@ -65,9 +65,9 @@
<select id="j_group" name="j_group" class="form-control m-b" multiple> <select id="j_group" name="j_group" class="form-control m-b" multiple>
{% for group in groups %} {% for group in groups %}
{% if forloop.first %} {% if forloop.first %}
<option value="{{ group.id }}" selected>group.name</option> <option value="{{ group.id }}" selected>{{ group.name }}</option>
{% endif %} {% endif %}
<option value="{{ group.id }}">group.name</option> <option value="{{ group.id }}">{{ group.name }}</option>
{% endfor %} {% endfor %}
</select> </select>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment