Fix překlep (chyběly uvozovky)

This commit is contained in:
Jonas Havelka 2021-09-02 15:31:03 +02:00
parent 9b898eb758
commit 1448af82a4

View file

@ -50,7 +50,7 @@
{% if cislo.titulka_nahled %} {% if cislo.titulka_nahled %}
<hr> <hr>
<div id="obrazek_cisla_archiv"> <div id="obrazek_cisla_archiv">
<a href="{{ cislo.pdf.url }}"><img src="{{ cislo.titulka_nahled.url }}" alt=Titulní strana {{ cislo.poradi }}. čísla></a> <a href="{{ cislo.pdf.url }}"><img src="{{ cislo.titulka_nahled.url }}" alt="Titulní strana {{ cislo.poradi }}. čísla"></a>
</div> </div>
{% elif cislo.pdf %} {% elif cislo.pdf %}
<a href='{{ cislo.pdf.url }}'>Číslo v pdf</a> <a href='{{ cislo.pdf.url }}'>Číslo v pdf</a>