forked from KEMT/zpwiki
taxon
This commit is contained in:
parent
1f42411b00
commit
66c525bd59
@ -13,13 +13,14 @@ content:
|
||||
|
||||
<h2>Predmety</h2>
|
||||
<ul>
|
||||
{{ dump(taxonomy) }}
|
||||
{% for p in page.collection %}
|
||||
<li><a href="{{ p.url }}">{{ p.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
<h2>Študenti</h2>
|
||||
<ul>
|
||||
{% for student in taxonomy.findTaxonomy({'teacher':'hladek'}) %}
|
||||
<li><a href="{{ student.url }}">{{ student.title }}</a> {{student.taxonomy.start_year}}, {{student.taxonomy.topics}}</li>
|
||||
<li><a href="{{ student.url }}">{{ student.title }}</a> </li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user