diff --git a/mo/web/templates/parts/org_solution_table.html b/mo/web/templates/parts/org_solution_table.html index ec9996a44e1ae662237fff0389aed862a0055ad7..9eb4f7de3697d62e18835065a153beb71d86d69a 100644 --- a/mo/web/templates/parts/org_solution_table.html +++ b/mo/web/templates/parts/org_solution_table.html @@ -19,6 +19,7 @@ finální (ve výchozím stavu poslední nahrané).{% endif %} {% if not for_user and not site and sc.allow_edit_points and not points_form %} <a title="Editovat body" href="{{ url_for('org_contest_task_points', contest_id=contest.contest_id, task_id=task.task_id) }}" class="icon pull-right">✎</a> {% endif %} + <th>Poznámky <th>Akce </tr> </thead> @@ -80,6 +81,9 @@ finální (ve výchozím stavu poslední nahrané).{% endif %} {% else %} <td>–<td>–<td>– {% endif %} + <td style="text-align: center;"> + {% if sol and sol.note %}<span class="icon" title="Poznámka pro řešitele: {{ sol.note }}">🗩</span>{% endif %} + {% if sol and sol.org_note %} <span class="icon" title="Interní poznámka: {{ sol.org_note }}">🗩</span>{% endif %} <td> <a class="btn btn-xs btn-primary" href="{{ url_for('org_submit_list', contest_id=ct_id, user_id=u.user_id, task_id=task.task_id, site_id=site_id) }}">Detail</a> </tr>