Browse Source

ACM => ICPC

pull/6/head
Menci 6 years ago committed by GitHub
parent
commit
d06915b28f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      views/contest_edit.ejs

2
views/contest_edit.ejs

@ -43,7 +43,7 @@
<div class="field">
<div class="ui radio checkbox">
<input <% if (contest.id) { %>disabled <% } %>type="radio" name="type" id="type-acm" value="acm"<% if (contest.type === 'acm') { %> checked="checked"<% } %>>
<label for="type-acm">ACM</label>
<label for="type-acm">ICPC</label>
</div>
</div>
</div>

Loading…
Cancel
Save