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
!32
Dávkové bodování
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Dávkové bodování
mj/batch-points
into
master
Overview
11
Commits
6
Changes
6
All threads resolved!
Hide all comments
Merged
Martin Mareš
requested to merge
mj/batch-points
into
master
4 years ago
Overview
11
Commits
6
Changes
1
All threads resolved!
Hide all comments
Implementace
#144 (closed)
.
0
0
Merge request reports
Compare
version 2
version 2
12bbb858
4 years ago
version 1
d60c8905
4 years ago
master (base)
and
latest version
latest version
e3331b70
6 commits,
4 years ago
version 2
12bbb858
6 commits,
4 years ago
version 1
d60c8905
5 commits,
4 years ago
Show latest version
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
mo/web/templates/org_generic_batch_points.html
+
2
−
1
View file @ e3331b70
Edit in single-file editor
Open in Web IDE
Show full file
@@ -19,7 +19,8 @@
{% endif %}
<p>
Zde si můžete stáhnout bodovací formulář v zadaném formátu a pak ho nahrát zpět
s vyplněnými body.
s vyplněnými body. "
<code>
?
</code>
" místo bodů značí dosud neobodované řešení,
"
<code>
X
</code>
" značí řešení neodevzdané.
{{ wtf.quick_form(form, form_type='simple', button_map={'submit': 'primary'}) }}
Loading