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

Průvodce: Opravy

parent 2385b8d9
No related branches found
No related tags found
1 merge request!125Průvodce soutěží pro garanty
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
<h3>Průvodce pro garanty</h3> <h3>Průvodce pro garanty</h3>
<div class=guide><div class=guide-inner>
<p>Průvodce popisuje, co by měl garant v tomto stavu soutěže udělat. <p>Průvodce popisuje, co by měl garant v tomto stavu soutěže udělat.
<ul> <ul>
...@@ -25,15 +27,17 @@ ...@@ -25,15 +27,17 @@
{% endif %} {% endif %}
{% if round_type not in [RoundType.domaci, RoundType.skolni] %} {% if round_type not in [RoundType.domaci, RoundType.skolni] %}
<li>Rozešlete soutěžícím pozvánky (TODO). <li>Rozešlete soutěžícím <a href='{{ ctx.url_for('org_generic_list_emails') }}'>pozvánky</a>.
{% endif %} {% endif %}
{% if round_type != RoundType.domaci %} {% if round_type != RoundType.domaci %}
<li>Pokud chcete, vytiskněte <a href='{{ ctx.url_for('org_contest_protocols') }}'>hlavičkové papíry na protokoly</a>. <li>Pokud chcete, můžete vytisknout <a href='{{ ctx.url_for('org_contest_protocols') }}'>hlavičkové papíry na protokoly</a>.
{% endif %} {% endif %}
<li>Počkejte, až uplyne termín odevzdání a garant kategorie přepne soutěž do stavu „opravuje se“. <li>Počkejte, až uplyne termín odevzdání a garant kategorie přepne soutěž do stavu „opravuje se“.
<li>Můžete si stáhnout <a href='{{ ctx.url_for('org_generic_batch_points', add_del=1) }}'>bodovací tabulku</a>.
{% elif state in [RoundState.grading, RoundState.graded] %} {% elif state in [RoundState.grading, RoundState.graded] %}
{% if state == RoundState.grading %} {% if state == RoundState.grading %}
...@@ -90,13 +94,6 @@ ...@@ -90,13 +94,6 @@
<li>Soutěž je uzavřena, už není potřeba dělat nic dalšího. <li>Soutěž je uzavřena, už není potřeba dělat nic dalšího.
<li>Kdybyste potřebovali upravit nějaké údaje,
{% if round.state == RoundState.closed %}
kontaktujte správce.
{% else %}
<a href='{{ ctx.url_for('org_contest_edit', set_state='grading') }}'>přepněte soutěž</a> zpět do stavu „opravuje se“.
{% endif %}
{% else %} {% else %}
<li>Soutěž je v neznámém stavu, musí zasáhnout správce. <li>Soutěž je v neznámém stavu, musí zasáhnout správce.
...@@ -104,3 +101,5 @@ ...@@ -104,3 +101,5 @@
{% endif %} {% endif %}
</ul> </ul>
</div></div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment