Skip to content
Snippets Groups Projects

Prázdné protokoly

Merged Martin Mareš requested to merge mj/points into devel
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -3,6 +3,7 @@
@@ -3,6 +3,7 @@
{% set allow_edit_points=rights.can_edit_points() %}
{% set allow_edit_points=rights.can_edit_points() %}
{% set allow_upload_solutions=rights.can_upload_solutions() %}
{% set allow_upload_solutions=rights.can_upload_solutions() %}
{% set allow_upload_feedback=rights.can_upload_feedback() %}
{% set allow_upload_feedback=rights.can_upload_feedback() %}
 
{% set allow_create_solutions=rights.can_create_solutions() %}
{% block title %}{{ ctx.user.full_name() }} – řešení úlohy {{ ctx.task.code }} {{ ctx.task.name }}{% endblock %}
{% block title %}{{ ctx.user.full_name() }} – řešení úlohy {{ ctx.task.code }} {{ ctx.task.name }}{% endblock %}
{% block breadcrumbs %}
{% block breadcrumbs %}
Loading