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
!82
Označení neaktivovaných účtů -- vytvoření user_html_flags
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Označení neaktivovaných účtů -- vytvoření user_html_flags
jk/issue-196-v2
into
devel
Overview
25
Commits
6
Changes
12
All threads resolved!
Hide all comments
Merged
Označení neaktivovaných účtů -- vytvoření user_html_flags
Jiří Kalvoda
requested to merge
jk/issue-196-v2
into
devel
Jul 2, 2021
Overview
25
Commits
6
Changes
6
All threads resolved!
Hide all comments
Closes
#196 (closed)
0
0
Merge request reports
Compare
version 1
version 6
d3b92473
Jul 2, 2021
version 5
105c9f3f
Jul 2, 2021
version 4
ac004018
Jul 2, 2021
version 3
8b41c224
Jul 2, 2021
version 2
5d675f50
Jul 2, 2021
version 1
297ea6ad
Jul 2, 2021
devel (base)
and
version 4
latest version
8af351ab
6 commits,
Jul 2, 2021
version 6
d3b92473
5 commits,
Jul 2, 2021
version 5
105c9f3f
5 commits,
Jul 2, 2021
version 4
ac004018
5 commits,
Jul 2, 2021
version 3
8b41c224
7 commits,
Jul 2, 2021
version 2
5d675f50
7 commits,
Jul 2, 2021
version 1
297ea6ad
3 commits,
Jul 2, 2021
Show latest version
6 files
+
25
−
12
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
mo/web/templates/org_submit_list.html
+
1
−
1
View file @ ac004018
Edit in single-file editor
Open in Web IDE
Show full file
@@ -9,7 +9,7 @@
{% set site_id = sc.site.place_id if sc.site else None %}
<table
class=
"data"
>
<tr><th>
Účastník
<td>
{{ sc.user|pion_link(sc.contest.contest_id) }}{{ sc.user|user_flags}}
<tr><th>
Účastník
<td>
{{ sc.user|pion_link(sc.contest.contest_id) }}{{ sc.user|user_flags
}}
<tr><th>
Úloha
<td><a
href=
'{{ url_for('
org_contest_task
',
contest_id=
sc.contest.contest_id,
site_id=
site_id,
task_id=
sc.task.task_id)
}}'
>
{{ sc.task.code }} {{ sc.task.name }}
</a>
{% if solution %}
<tr><th>
Body
<td>
Loading