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
!66
typo
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
typo
honza/mr8
into
devel
Overview
0
Commits
1
Changes
1
Merged
Jan Prachař
requested to merge
honza/mr8
into
devel
4 years ago
Overview
0
Commits
1
Changes
1
Prostě jen překlep :)
0
0
Merge request reports
Compare
devel
devel (base)
and
latest version
latest version
43704ad0
1 commit,
4 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
mo/web/org_score.py
+
1
−
1
View file @ 43704ad0
Edit in single-file editor
Open in Web IDE
Show full file
@@ -58,7 +58,7 @@ class SolPointsCell(Cell):
if
not
self
.
sol
:
return
'
<td>–
'
elif
self
.
sol
.
points
is
None
:
points
=
'
<span class=
"
unknown
"
>?</span>
</a>
'
points
=
'
<span class=
"
unknown
"
>?</span>
'
else
:
points
=
str
(
self
.
sol
.
points
)
Loading