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
!14
Asynchronní joby
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Asynchronní joby
mj/jobs
into
devel
Overview
0
Commits
12
Changes
25
Merged
Martin Mareš
requested to merge
mj/jobs
into
devel
4 years ago
Overview
0
Commits
12
Changes
3
0
0
Merge request reports
Compare
version 4
version 6
88f128e6
4 years ago
version 5
c5b6dfd8
4 years ago
version 4
8b1f97b6
4 years ago
version 3
f48515a3
4 years ago
version 2
d5d5e211
4 years ago
version 1
53e29a62
4 years ago
devel (base)
and
latest version
latest version
07d3b23c
12 commits,
4 years ago
version 6
88f128e6
16 commits,
4 years ago
version 5
c5b6dfd8
15 commits,
4 years ago
version 4
8b1f97b6
14 commits,
4 years ago
version 3
f48515a3
9 commits,
4 years ago
version 2
d5d5e211
10 commits,
4 years ago
version 1
53e29a62
11 commits,
4 years ago
Show latest version
3 files
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
mo/web/templates/user_contest.html
+
2
−
2
View file @ 07d3b23c
Edit in single-file editor
Open in Web IDE
Show full file
@@ -10,7 +10,7 @@
<p>
Soutěžní kolo se
<b>
připravuje
</b>
{% if round.ct_tasks_start and round.ct_tasks_start > g.now %},
začne
<b>
{{ round.ct_tasks_start|time_and_timedelta }}
</b>
{% endif %}.
Až začne,
budete mít
na této stránce {% if round.has_tasks() %}
k dispozici
text zadání,{% endif %}
Až začne,
uvidíte
na této stránce {% if round.has_tasks() %}text zadání,{% endif %}
přehled úloh a budete zde moci odevzdat svá řešení k jednotlivým úlohám.
Do té doby zde nenajdete nic jiného.
</p>
@@ -18,7 +18,7 @@
<p>
Soutěžní kolo
<b>
je připraveno
</b>
, ale zatím nelze odevzdávat. Odevzdávání začne
<b>
{{ round.ct_tasks_start|time_and_timedelta }}
</b>
.
Až začne,
budete mít
na této stránce {% if round.has_tasks() %}
k dispozici
text zadání,{% endif %}
Až začne,
uvidíte
na této stránce {% if round.has_tasks() %}text zadání,{% endif %}
přehled úloh a budete zde moci odevzdat svá řešení k jednotlivým úlohám.
Do té doby zde nenajdete nic jiného.
</p>
Loading