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
!84
user_contest.html: Přesunutí informece o formátu odevzdávání
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
user_contest.html: Přesunutí informece o formátu odevzdávání
jk/issue-222
into
devel
Overview
1
Commits
3
Changes
2
Merged
user_contest.html: Přesunutí informece o formátu odevzdávání
Jiří Kalvoda
requested to merge
jk/issue-222
into
devel
Jul 8, 2021
Overview
1
Commits
3
Changes
2
Zobrazení podrobností kola pro účastníky
0
0
Merge request reports
Compare
devel
version 2
9615126d
Jul 23, 2021
version 1
8fa23bb4
Jul 8, 2021
devel (base)
and
latest version
latest version
24f5e97a
3 commits,
Jul 24, 2021
version 2
9615126d
2 commits,
Jul 23, 2021
version 1
8fa23bb4
3 commits,
Jul 8, 2021
2 files
+
12
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
mo/web/templates/user_contest.html
+
12
−
0
View file @ 24f5e97a
Edit in single-file editor
Open in Web IDE
Show full file
@@ -17,6 +17,18 @@
{% endblock %}
{% block body %}
{% if round.ct_tasks_start is not none %}
{% if round.ct_submit_end is not none %}
<p
class=
"small"
><i>
Od {{ round.ct_tasks_start|time_and_timedelta }} do {{ round.ct_submit_end|time_and_timedelta }}.
</i></p>
{% else %}
<p
class=
"small"
><i>
Od {{ round.ct_tasks_start|time_and_timedelta }}.
</i></p>
{% endif %}
{% else %}
{% if round.ct_submit_end is not none %}
<p
class=
"small"
><i>
Do {{ round.ct_submit_end|time_and_timedelta }}.
</i></p>
{% endif %}
{% endif %}
{% if state == RoundState.preparing %}
<p>
Soutěžní kolo se
<b>
připravuje
</b>
{% if round.ct_tasks_start and round.ct_tasks_start > g.now %},
Loading