Skip to content
Snippets Groups Projects
Commit d237384f authored by Jiří Setnička's avatar Jiří Setnička
Browse files

Org contest: Placeholdery pro odkazy na hromadné nahrávání řešení a zadávání bodů

parent 6cc36961
Branches
No related tags found
2 merge requests!13Tabulky řešení,!9WIP: Zárodek uživatelské části webu a submitování
......@@ -67,6 +67,12 @@
<td>TODO počet
<td><div class="btn-group">
<a class="btn btn-xs btn-primary" href="{{ url_for('org_contest_task_submits', contest_id=contest.contest_id, task_id=task.task_id, site_id=site_id) }}">Odevzdaná řešení</a>
{% if can_upload_feedback %}
<a class="btn btn-xs btn-primary" href="#TODO">Nahrávání oprav</a>
{% endif %}
{% if can_edit_points %}
<a class="btn btn-xs btn-primary" href="#TODO">Zadávání bodů</a>
{% endif %}
</div>
</tr>
{% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment