Skip to content
Snippets Groups Projects

Formulář na vše na stránce řešení

Merged Jiří Setnička requested to merge jirka/org_submit_list_form into devel
4 files
+ 116
109
Compare changes
  • Side-by-side
  • Inline

Files

<table class="data">
<tr><th>Účastník<td>{{ sc.user|pion_link(sc.contest.contest_id) }}
<tr><th>Úloha<td><a href='{{ url_for('org_contest_task', contest_id=sc.contest.contest_id, site_id=site_id, task_id=sc.task.task_id) }}'>{{ sc.task.code }} {{ sc.task.name }}</a>
{% if solution %}
<tr><th>Body<td>{% if solution.points is not none %}{{solution.points}}{% else %}<span class="unknown">?</span>{% endif %}
<tr title="Viditelná účastníkovi po uzavření kola">
<th>Poznámka k řešení:<td style="white-space: pre;">{{ solution.note|or_dash }}
<tr title="Viditelná jen organizátorům">
<th>Interní poznámka:<td style="white-space: pre;">{{ solution.org_note|or_dash }}
{% endif %}
</table>
Loading