fix second name of variable -refs BT#11032

1.10.x
Nicolas Ducoulombier 9 years ago
parent 52481bb457
commit 10c3ed1d86
  1. 2
      main/template/default/admin/teachers_time_by_session_report.tpl

@ -47,7 +47,7 @@
<th>{{ course.code }}</th>
<th>{{ 'NumberOfWorks'|get_lang }}</th>
<th>{{ 'LastWork'|get_lang }}</th>
<th>{{ 'TimeReportForCourseX'|get_lang|format(course.code) }}</th>
<th>{{ 'TimeReportForCourseX'|get_lang|format(course_code) }}</th>
{% endfor %}
</tr>
</thead>

Loading…
Cancel
Save