This commit is contained in:
Daniel Hladek 2020-01-26 09:07:32 +01:00
parent 2328bff630
commit f5bdbf89f2

View File

@ -17,7 +17,7 @@ content:
{% endfor %} {% endfor %}
</ul> </ul>
<ul> <ul>
{% for student in taxonomy.findTaxonomy({'teacher':'hladek','type':'student'}) %} {% 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> {{student.taxonomy.start_year}}, {{student.taxonomy.topics}}</li>
{% endfor %} {% endfor %}
</ul> </ul>