Add vi language to csv file
This commit is contained in:
parent
cd9647463b
commit
f001ae4e0a
4 changed files with 207 additions and 143 deletions
|
@ -53,6 +53,7 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block before_point_head %}
|
||||
<th class="full-name" style="display:none;">{{ _('Fullname') }}</th>
|
||||
{% for problem in problems %}
|
||||
<th class="points header problem-score-col" title="{{ problem.problem.name }}"><a href="{{ url('problem_detail', problem.problem.code) }}">
|
||||
{{- contest.get_label_for_problem(loop.index0) }}
|
||||
|
|
|
@ -86,9 +86,6 @@
|
|||
|
||||
if ($col.hasClass('rating-column')) {
|
||||
return;
|
||||
} else if ($col.hasClass('username')) {
|
||||
header.push(clean_text($col.text()));
|
||||
header.push("Full name");
|
||||
} else if ($col.hasClass('problem-score-col')) {
|
||||
header.push(clean_text($col.find('.problem-code').text()));
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue