4 changed files with 27 additions and 1 deletions
@ -0,0 +1,14 @@ |
|||||
|
{% extends "novinky/base.html" %} |
||||
|
|
||||
|
{% block content %} |
||||
|
<h1>{{ novinka.titulek }}</h1> |
||||
|
{{ novinka.datum|date:"j. E Y G:i" }} <br> |
||||
|
{{ novinka.autor }} |
||||
|
<p> |
||||
|
{{ novinka.zprava }} |
||||
|
</p> |
||||
|
<p> |
||||
|
<a href="{% url 'index' %}">zpět</a> |
||||
|
</p> |
||||
|
|
||||
|
{% endblock %} |
Loading…
Reference in new issue