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
!39
O něco blbuvzdornější import účastníků
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
O něco blbuvzdornější import účastníků
honza/blbuvzordy-import
into
master
Overview
21
Commits
1
Changes
5
6 open threads
Hide all comments
Merged
O něco blbuvzdornější import účastníků
Jan Prachař
requested to merge
honza/blbuvzordy-import
into
master
Mar 4, 2021
Overview
21
Commits
1
Changes
5
6 open threads
Hide all comments
Garanti FO s tím bojujou. Tohle řeší několik případů ze dneška.
0
0
Merge request reports
Compare
version 2
version 7
ed29dd9c
Mar 4, 2021
version 6
b9bd99e6
Mar 4, 2021
version 5
32d2de15
Mar 4, 2021
version 4
5a510bd0
Mar 4, 2021
version 3
a294a0c4
Mar 4, 2021
version 2
2ffefe28
Mar 4, 2021
version 1
f80f2802
Mar 4, 2021
master (base)
and
version 6
latest version
19cc463e
1 commit,
Mar 4, 2021
version 7
ed29dd9c
1 commit,
Mar 4, 2021
version 6
b9bd99e6
8 commits,
Mar 4, 2021
version 5
32d2de15
7 commits,
Mar 4, 2021
version 4
5a510bd0
5 commits,
Mar 4, 2021
version 3
a294a0c4
4 commits,
Mar 4, 2021
version 2
2ffefe28
2 commits,
Mar 4, 2021
version 1
f80f2802
1 commit,
Mar 4, 2021
Show latest version
5 files
+
45
−
23
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
mo/web/templates/org_generic_batch_points.html
+
10
−
0
View file @ b9bd99e6
Edit in single-file editor
Open in Web IDE
Show full file
@@ -8,6 +8,16 @@
{% block body %}
{% if warnings %}
<h3>
Varování při importu
</h3>
<div
class=
"alert alert-warning"
role=
"alert"
style=
"white-space: pre-line"
>
{{ "" -}}
{% for e in warnings %}
{{ e }}
{% endfor %}
</div>
{% endif %}
{% if errs %}
<h3>
Chyby při importu
</h3>
Loading