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

U programovacích úloh v CMS se neodevzdává PDF

parent ce2c9a5b
No related branches found
No related tags found
No related merge requests found
......@@ -23,9 +23,9 @@
{% if state == RoundState.running %}
{% if contest.ct_can_submit() %}
<h3>Odevzdat řešení</h3>
{% if task.type == TaskType.regular %}
<p>Řešení odevzdávejte ve formátu PDF jako jeden soubor o velikosti maximálně
{{ max_submit_size // 1048576 }} MB.
{% if task.type == TaskType.regular %}
{% if round.ct_submit_end and g.now > round.ct_submit_end %}
<p class="alert alert-danger">Pozor, odevzdáváte po termínu, uplynul {{ round.ct_submit_end|time_and_timedelta }}.
Vaše řešení nemusí být hodnoceno. Doporučujeme využít políčko pro poznámku a vysvětlit situaci.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment