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

Merge branch 'master' into devel

parents 852d60ac cd68d39c
No related branches found
No related tags found
No related merge requests found
...@@ -23,9 +23,9 @@ ...@@ -23,9 +23,9 @@
{% if state == RoundState.running %} {% if state == RoundState.running %}
{% if contest.ct_can_submit() %} {% if contest.ct_can_submit() %}
<h3>Odevzdat řešení</h3> <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ě <p>Řešení odevzdávejte ve formátu PDF jako jeden soubor o velikosti maximálně
{{ max_submit_size // 1048576 }} MB. {{ max_submit_size // 1048576 }} MB.
{% if task.type == TaskType.regular %}
{% if round.ct_submit_end and g.now > round.ct_submit_end %} {% 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 }}. <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. 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