You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
548 B
19 lines
548 B
{% extends "base.html" %}
|
|
{% load static %}
|
|
|
|
{% block prenacitani %} <meta http-equiv="refresh" content="60"> {% endblock %}
|
|
|
|
|
|
{% block content %}
|
|
{{ stanoviste.poradi }}/{{ settings.NEJVYSSI_INDEX }}:
|
|
|
|
<h1>{% block nadpis %}{{stanoviste.nazev}}{% endblock nadpis %}</h1>
|
|
|
|
{{ stanoviste.verejny_text | safe }}
|
|
|
|
{# https://stackoverflow.com/a/75157188 #}
|
|
<img src="data:image/png;base64,{{image64}}" alt="Chyba, dojděte prosím pro Jidáše.">
|
|
|
|
{% if settings.DEBUG %}<p><a href="{{ url }}">{{ url }}</a></p>{% endif %}
|
|
|
|
{% endblock %}
|
|
|