Skip to content
Snippets Groups Projects
Commit c8e5e9ac authored by Martin Mareš's avatar Martin Mareš
Browse files

Oprava zobrazení tlačítka na mazání řešení bez souborů

parent 8c01c89b
No related branches found
No related tags found
1 merge request!134Prázdné protokoly
......@@ -3,6 +3,7 @@
{% set allow_edit_points=rights.can_edit_points() %}
{% set allow_upload_solutions=rights.can_upload_solutions() %}
{% 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 breadcrumbs %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment