Skip to content
Snippets Groups Projects
Commit 03a6c977 authored by Martin Mareš's avatar Martin Mareš
Browse files

Návod: Odkaz na videa kategorie A

parent 157f5b41
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,15 @@
),
]) %}
{% set videos = filter_doc([
Doc(
min_role=RoleType.garant_skola,
cat='A',
url='https://youtube.com/playlist?list=PLoVd8MCZVtyMEjIeYms1P9qaqY0uLzDqZ&feature=shared',
link_text='Úlohy kategorie A: domácí kolo 73. ročníku',
),
]) %}
<h3>Pro organizátory</h3>
<ul>
......@@ -63,6 +72,16 @@
{% endfor %}
</ul>
{% if videos %}
<h3>Videa</h3>
<ul>
{% for d in videos %}
<li><a href='{{ d.url }}'>{{ d.link_text }}</a>{{ d.suffix|none_value("") }}
{% endfor %}
</ul>
{% endif %}
<h3>Exporty</h3>
<ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment