Skip to content

Commit

Permalink
增加force_real_time_rank的提示
Browse files Browse the repository at this point in the history
  • Loading branch information
virusdefender committed Apr 1, 2016
1 parent 2e6a65d commit f7b5359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template/src/admin/contest/add_contest.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<label>实时排名</label>
<div class="form-group">
<label class="text"><input type="checkbox" ms-duplex-checked="realTimeRank">
<small>如果不勾选,排名会被缓存,不会更新,而且只显示自己的提交。用于 acm 封榜。</small>
<small>如果不勾选,排名会被缓存,不会更新,而且只显示自己的提交。用于 acm 封榜。rank页面url后面增加?force_real_time_rank=true可以在管理员身份下查看最新排名。</small>
</label>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion template/src/admin/contest/edit_contest.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@

<div class="form-group">
<label class="text"><input type="checkbox" ms-duplex-checked="realTimeRank">
<small>不勾选则排名不更新,且只显示自己的提交</small>
<small>如果不勾选,排名会被缓存,不会更新,而且只显示自己的提交。用于 acm 封榜。rank页面url后面增加?force_real_time_rank=true可以在管理员身份下查看最新排名</small>
</label>
</div>
</div>
Expand Down

0 comments on commit f7b5359

Please sign in to comment.