Fix překlep (chyběly uvozovky)
This commit is contained in:
parent
9b898eb758
commit
1448af82a4
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
|||
{% if cislo.titulka_nahled %}
|
||||
<hr>
|
||||
<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>
|
||||
{% elif cislo.pdf %}
|
||||
<a href='{{ cislo.pdf.url }}'>Číslo v pdf</a>
|
||||
|
|
Loading…
Reference in a new issue