12 lines
506 B
Plaintext
12 lines
506 B
Plaintext
<% if @organization.allow_set_teachers && !org_subfield_had_created?(@organization, "Comptec") %>
|
|
<li class="fl mr15">
|
|
<input type="radio" id="orgTec" value="Comptec" name="field_type" />
|
|
<label for="Comptec">教师</label>
|
|
</li>
|
|
<% end %>
|
|
<% if User.current.admin? && !org_subfield_had_created?(@organization, "Compstu") %>
|
|
<li class="fl mr15">
|
|
<input type="radio" id="orgStu" value="Compstu" name="field_type" />
|
|
<label for="Comptec">学生</label>
|
|
</li>
|
|
<% end %> |