Skip to content
Snippets Groups Projects

WIP: Zárodek uživatelské části webu a submitování

Closed Martin Mareš requested to merge devel into master
Compare and Show latest version
8 files
+ 78
72
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -23,7 +23,7 @@
<div class="btn-group">
<a class="btn btn-default" href='{{ url_for('org_contest_list', id=contest.contest_id, site_id=site_id) }}'>Seznam účastníků</a>
<a class="btn btn-default" href='{{ url_for('org_contest_solutions', id=contest.contest_id, site_id=site_id) }}'>Tabulka řešení</a>
<a class="btn btn-default" href='{{ url_for('org_contest_solutions', id=contest.contest_id, site_id=site_id) }}'>Odevzdaná řešení</a>
{% if not site and can_manage %}
<a class="btn btn-primary" href='{{ url_for('org_contest_import', id=contest.contest_id) }}'>Importovat účastníky</a>
<a class="btn btn-primary" href='{{ url_for('org_proctor_import', id=contest.contest_id) }}'>Importovat dozor</a>
Loading