Add option to only show total score in contest
This commit is contained in:
parent
26c277c612
commit
eadd4f2ad3
25 changed files with 7849 additions and 5710 deletions
|
@ -55,7 +55,7 @@
|
|||
|
||||
{% block before_point_head %}
|
||||
{% for problem in problems %}
|
||||
<th class="points header"><a href="{{ url('contest_ranked_submissions', contest.key, problem.problem.code) }}">
|
||||
<th class="points header problem-score-col"><a href="{{ url('contest_ranked_submissions', contest.key, problem.problem.code) }}">
|
||||
{{- loop.index }}
|
||||
<div class="point-denominator">{{ problem.points }}</div>
|
||||
</a></th>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue