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
!86
You need to sign in or sign up before continuing.
Registrace
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Registrace
mj/registrace
into
devel
Overview
49
Commits
38
Changes
2
Merged
Martin Mareš
requested to merge
mj/registrace
into
devel
3 years ago
Overview
49
Commits
38
Changes
2
Implementace registrace podle
#220 (closed)
.
Edited
3 years ago
by
Martin Mareš
0
0
Merge request reports
Viewing commit
245e6be8
Prev
Next
Show latest version
2 files
+
15
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
245e6be8
Samostatná stránka na přehled kol všech ročníků
· 245e6be8
Martin Mareš
authored
3 years ago
Na /org/contest/ ukazujeme jen aktuální ročník.
mo/web/templates/org_rounds.html
+
6
−
0
View file @ 245e6be8
Edit in single-file editor
Open in Web IDE
Show full file
@@ -23,4 +23,10 @@
<td
class=
'rstate-{{r.state.name}}'
>
{{ r.state.friendly_name() }}
{% endfor %}
</table>
{% if history %}
<p><a
class=
'btn btn-default'
href=
'{{ url_for('
org_rounds
')
}}'
>
Aktuální ročník
</a>
{% else %}
<p><a
class=
'btn btn-default'
href=
'{{ url_for('
org_rounds_history
')
}}'
>
Všechny ročníky
</a>
{% endif %}
{% endblock %}
Loading