Skip to content
Snippets Groups Projects
Commit f855afa8 authored by pimka's avatar pimka
Browse files

Merge branch 'master' of http://itlab.mmcs.sfedu.ru/git/grade-rating into develop

parents 853167d0 1a47a4d0
Branches
Tags
No related merge requests found
......@@ -2,13 +2,6 @@
{% block title %}Сессия{% endblock %} {# head -> title #}
{% block media %} {# head -> css, js #}
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
{{ HTML.script('media/js/functions.js')|raw }}
{{ HTML.script('media/js/jquery.fileDownload.js')|raw }}
......@@ -88,7 +81,7 @@
<span class="downloadExcelStatement" id="group_{{ group.GroupID }}">Скачать ведомость</span>
</td>
</tr>
{#
{% for student in group.Students %}
{% set row = row + 1 %}
{% set col = 0 %}
......@@ -120,7 +113,8 @@
<td class="rateResultCell staticCell">{{ student.RateResult }}</td>
</tr>
{% endfor %}
{% endfor %}
#}
{% endfor %}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment