Matěj Kocián
9 years ago
3 changed files with 6 additions and 17 deletions
@ -1,13 +1,9 @@ |
|||||
{% extends 'titulnistrana.html'} |
|
||||
|
|
||||
{% block body %} |
{% block body %} |
||||
{% for novinka in novinky %} |
{% for novinka in object_list %} |
||||
{% if novinka.datum > pred_2_mesici and novinka.zverejneno %} |
|
||||
<p> |
<p> |
||||
Tady bude novinka. |
Tady bude novinka. |
||||
{{ novinka.text }} |
{{ novinka.text }} |
||||
</p> |
</p> |
||||
<img src='{{ novinka.obrazek }}' |
<img src='{{ novinka.obrazek.url }}' |
||||
{% endif %} |
|
||||
{% endfor%} |
{% endfor%} |
||||
{% endblock %} |
{% endblock %} |
||||
|
@ -1,8 +1,7 @@ |
|||||
Trala! |
|
||||
{% extends 'base.html' %} |
{% extends 'base.html' %} |
||||
|
|
||||
HU! |
HU! |
||||
{% block novinky %} |
{% block content %} |
||||
Tady bude nadpis pro novinky. |
Tady bude nadpis pro novinky. |
||||
{% include 'novinky.html' %} |
{% include 'seminar/novinky.html' %} |
||||
{% endblock %} |
{% endblock %} |
||||
|
Loading…
Reference in new issue