Tomas 'Jethro' Pokorny
4 years ago
3 changed files with 42 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||
{% extends "base.html" %} |
|||
|
|||
{% block content %} |
|||
<h1> |
|||
{% block nadpis1a %}{% block nadpis1b %} |
|||
Odměny {{ cislo }} |
|||
{% endblock %}{% endblock %} |
|||
</h1> |
|||
<ul> |
|||
{% for z in zmeny %} |
|||
<li> {{z.jmeno}}: {{z.ftitul}} → {{z.ttitul}}</li> |
|||
{% endfor %} |
|||
</ul> |
|||
|
|||
{% endblock content %} |
Loading…
Reference in new issue