diff --git a/mo/web/templates/org_contest_import.html b/mo/web/templates/org_contest_import.html index a21ee3691db37fd84b0c5ed52e4f76821c6218a5..2d3a6bffa803ccd80851668268f41ade99265d35 100644 --- a/mo/web/templates/org_contest_import.html +++ b/mo/web/templates/org_contest_import.html @@ -2,7 +2,7 @@ {% import "bootstrap/wtf.html" as wtf %} {% block body %} <h2> - <a href='{{ url_for('org_round', id=contest.round_id) }}'>Kolo {{ contest.round.round_code() }}</a> + <a href='{{ url_for('org_round', id=contest.round_id) }}'>Kolo {{ contest.round.round_code() }}</a> » <a href="{{ url_for('org_contest', id=contest.contest_id) }}">{{ contest.place.name }}</a> » Import účastníků </h2> diff --git a/mo/web/templates/org_contest_list.html b/mo/web/templates/org_contest_list.html index 2a7778ae6695ac3d519bc903b61f2e2ec6c239d3..259ac04811f31eb8929c3e5c6bab1432adfa9b72 100644 --- a/mo/web/templates/org_contest_list.html +++ b/mo/web/templates/org_contest_list.html @@ -2,7 +2,7 @@ {% import "bootstrap/wtf.html" as wtf %} {% block body %} <h2> - <a href='{{ url_for('org_round', id=contest.round_id) }}'>Kolo {{ contest.round.round_code() }}</a> + <a href='{{ url_for('org_round', id=contest.round_id) }}'>Kolo {{ contest.round.round_code() }}</a> » <a href="{{ url_for('org_contest', id=contest.contest_id) }}">{{ contest.place.name }}</a> » Účastníci </h2> diff --git a/mo/web/templates/org_round.html b/mo/web/templates/org_round.html index b2a3c87fa8a3fea07622e938465a0b977722c455..b7f352916900759cef5b5c5cabe56f154fdc4d56 100644 --- a/mo/web/templates/org_round.html +++ b/mo/web/templates/org_round.html @@ -9,9 +9,9 @@ <tr><td>Název<td>{{ round.name }} <tr><td>Oblast<td>{{ level_names[round.level] }} <tr><td>Stav<td class='rstate-{{round.state.name}}'>{{ round.state.friendly_name() }} - <tr><td>Čas zveřejnění úloh<td>{{ round.ct_tasks_start|timeformat }} - <tr><td>Konec pro účastníky<td>{{ round.ct_submit_end|timeformat }} - <tr><td>Konec pro dozor<td>{{ round.pr_submit_end|timeformat }} + <tr><td>Účastníci vidí zadání od<td>{{ round.ct_tasks_start|timeformat }} + <tr><td>Účastníci odevzdávají do<td>{{ round.ct_submit_end|timeformat }} + <tr><td>Dozor odevzdává do<td>{{ round.pr_submit_end|timeformat }} </table> <p><a href='{{ url_for('org_round_list', id=round.round_id) }}'>Seznam účastníků</a> diff --git a/mo/web/templates/org_round_edit.html b/mo/web/templates/org_round_edit.html index 1f558c7544f628b7d23601d449c658149d364a1a..a043fb34795f25678f7f236521f2d2472c095f89 100644 --- a/mo/web/templates/org_round_edit.html +++ b/mo/web/templates/org_round_edit.html @@ -2,7 +2,7 @@ {% import "bootstrap/wtf.html" as wtf %} {% block body %} <h2> - <a href='{{ url_for('org_round', id=round.round_id) }}'>Kolo {{ round.round_code() }}</a> + <a href='{{ url_for('org_round', id=round.round_id) }}'>Kolo {{ round.round_code() }}</a> » Editace </h2> diff --git a/mo/web/templates/org_round_import.html b/mo/web/templates/org_round_import.html index 759a47cb50c9a9a3299e1ae3a4e7356b662e2c02..92661ae0cd515277ec783c51c51f5aa06645701d 100644 --- a/mo/web/templates/org_round_import.html +++ b/mo/web/templates/org_round_import.html @@ -2,7 +2,7 @@ {% import "bootstrap/wtf.html" as wtf %} {% block body %} <h2> - <a href='{{ url_for('org_round', id=round.round_id) }}'>Kolo {{ round.round_code() }}</a> + <a href='{{ url_for('org_round', id=round.round_id) }}'>Kolo {{ round.round_code() }}</a> » Import účastníků </h2> diff --git a/mo/web/templates/org_round_list.html b/mo/web/templates/org_round_list.html index a0129c92d52b8c28de81158b30f5e6251b75d755..dc0f5a21acacec20f939369a721ad26c13819bb3 100644 --- a/mo/web/templates/org_round_list.html +++ b/mo/web/templates/org_round_list.html @@ -2,7 +2,7 @@ {% import "bootstrap/wtf.html" as wtf %} {% block body %} <h2> - <a href='{{ url_for('org_round', id=round.round_id) }}'>Kolo {{ round.round_code() }}</a> + <a href='{{ url_for('org_round', id=round.round_id) }}'>Kolo {{ round.round_code() }}</a> » Účastníci </h2> diff --git a/mo/web/templates/org_round_task_edit.html b/mo/web/templates/org_round_task_edit.html index 9eba638e966d33705c719291afe62ab46b678652..782dadc273a0fc653562608e72c457d6d9bbdc59 100644 --- a/mo/web/templates/org_round_task_edit.html +++ b/mo/web/templates/org_round_task_edit.html @@ -2,7 +2,7 @@ {% import "bootstrap/wtf.html" as wtf %} {% block body %} <h2> - <a href='{{ url_for('org_round', id=round.round_id) }}'>Kolo {{ round.round_code() }}</a> + <a href='{{ url_for('org_round', id=round.round_id) }}'>Kolo {{ round.round_code() }}</a> » {% if task %} Úloha {{ task.code }}: {{ task.name }}{% else %}Nová úloha{% endif %} </h2>