Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Odevzdávací Systém MO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Martin Mareš
Odevzdávací Systém MO
Merge requests
!89
Přidán formulář na editaci registrace do ročníku
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
Přidán formulář na editaci registrace do ročníku
jk/issue-96
into
devel
Overview
28
Commits
3
Changes
3
3 unresolved threads
Hide all comments
Closed
Jiří Kalvoda
requested to merge
jk/issue-96
into
devel
3 years ago
Overview
28
Commits
3
Changes
3
3 unresolved threads
Hide all comments
Closes
#96 (closed)
0
0
Merge request reports
Viewing commit
5fe7a9d5
Prev
Next
Show latest version
3 files
+
86
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
5fe7a9d5
Přidán formulář na editaci registrace do ročníku
· 5fe7a9d5
Jiří Kalvoda
authored
3 years ago
Closes
#96
mo/web/templates/org_user.html
+
2
−
1
View file @ 5fe7a9d5
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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