Browse Source

Fix admin_other displaying wrong section.

pull/6/head
t123yh 7 years ago
parent
commit
a22ab764ce
  1. 2
      views/admin_other.ejs

2
views/admin_other.ejs

@ -1,4 +1,4 @@
<% this.adminPage = 'rejudge'; %>
<% this.adminPage = 'other'; %>
<% include admin_header %>
<form method="post" class="ui form">
<button class="ui blue button" name="type" value="reset_count" type="submit">重新计算提交及 AC 数</button>

Loading…
Cancel
Save