Skip to content
Snippets Groups Projects

Registrace

2 files
+ 11
1
Compare changes
  • Side-by-side
  • Inline

Files

@@ -11,6 +11,7 @@
<th>Kategorie
<th>Popis
<th>Kolo
<th>Termíny
<th>Odkazy
<tbody>
{% for round in available_rounds %}
@@ -18,6 +19,7 @@
<td><b>{{ round.category }}</b>
<td>{{ round.enroll_advert }}</b>
<td>{{ round.name }}
<td>{{ round.format_times() }}
{% if round.round_id in pcrs_by_round_id %}
<td>Již přihlášen
{% else %}
Loading