Add option to only show total score in contest

This commit is contained in:
cuom1999 2020-10-26 15:46:42 -05:00
parent 26c277c612
commit eadd4f2ad3
25 changed files with 7849 additions and 5710 deletions

View file

@ -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>