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
!117
Publikace výsledkovky na web MO
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Publikace výsledkovky na web MO
jk/vysledkovka
into
devel
Overview
83
Commits
25
Changes
2
Merged
Jiří Kalvoda
requested to merge
jk/vysledkovka
into
devel
3 years ago
Overview
34
Commits
25
Changes
2
0
0
Merge request reports
Viewing commit
ed007427
Prev
Next
Show latest version
2 files
+
5
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
ed007427
Konfigorace a zobrazování Round.export_score_to_mo_web
· ed007427
Jiří Kalvoda
authored
3 years ago
mo/web/templates/org_round.html
+
1
−
0
View file @ ed007427
Edit in single-file editor
Open in Web IDE
Show full file
@@ -81,6 +81,7 @@
<tr><td>
Hranice bodů pro vítěze
<td>
{{ round.master.score_winner_limit|decimal|none_value(Markup('
<i>
nenastaveno
</i>
')) }}
<tr><td>
Hranice bodů pro úspěšné řešitele
<td>
{{ round.master.score_successful_limit|decimal|none_value(Markup('
<i>
nenastaveno
</i>
')) }}
<tr><td>
Přesnost bodování
<td>
{{ round.master.points_step_name() }}
<tr><td>
Automaticky publikovat na webu MO
<td>
{{ round.export_score_to_mo_web|yes_no }}
</table>
<div
style=
"clear: both;"
></div>
Loading