Skip to content
Snippets Groups Projects

Přidán formulář na editaci registrace do ročníku

Closed Jiří Kalvoda requested to merge jk/issue-96 into devel
3 unresolved threads
3 files
+ 86
1
Compare changes
  • Side-by-side
  • Inline

Files

+ 2
1
@@ -43,7 +43,7 @@
<table class="data full">
<thead>
<tr>
<th>Ročník<th>Škola<th>Třída<th>Rok narození
<th>Ročník<th>Škola<th>Třída<th>Rok narození<th>Akce
</tr>
</thead>
{% for participant in participants %}
@@ -52,6 +52,7 @@
<td><a href="{{ url_for('org_place', id=participant.school) }}">{{ participant.school_place.name }}</a>
<td>{{ participant.grade }}
<td>{{ participant.birth_year }}
<td><a class="btn btn-xs btn-primary" href="{{ url_for('org_user_participant_edit', user_id=user.user_id, year=participant.year) }}">Editovat</a>
</tr>
{% endfor %}
</table>
Loading