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
7 files
+ 9
9
Compare changes
  • Side-by-side
  • Inline

Files

@@ -2,7 +2,7 @@
{% import "bootstrap/wtf.html" as wtf %}
{% block body %}
<h2>
<a href='{{ url_for('org_round', id=contest.round_id) }}'>Kolo {{ contest.round.round_code() }}</a>­­
<a href='{{ url_for('org_round', id=contest.round_id) }}'>Kolo {{ contest.round.round_code() }}</a>
» <a href="{{ url_for('org_contest', id=contest.contest_id) }}">{{ contest.place.name }}</a>
» Import účastníků
</h2>
Loading