Skip to content
Snippets Groups Projects

Titulky stránek a drobečková navigace

Merged Jiří Setnička requested to merge jirka/breadcrumbs into devel
2 files
+ 13
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -4,6 +4,11 @@
{% set state = round.state %}
{% block title %}{{ round.name }} {{ round.year }}. ročníku kategorie {{ round.category }}: {{ contest.place.name }}{% endblock %}
{% block breadcrumbs %}
<li><a href='{{ url_for('user_index') }}'>Soutěže</a>
<li><a href='{{ url_for('user_contest', id=contest.contest_id) }}'>{{ round.name }} {{ round.year }}. ročníku kategorie {{ round.category }}: {{ contest.place.name }}</a>
<li>Seznam úloh
{% endblock %}
{% block body %}
{% if state == RoundState.preparing %}
Loading