if obrázek u čísla v archivu
This commit is contained in:
parent
f443a8cd2e
commit
c92b0ea4e0
1 changed files with 5 additions and 5 deletions
|
@ -46,17 +46,17 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
<hr>
|
||||
|
||||
<div id="obrazek_cisla_archiv">
|
||||
{% 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>
|
||||
{% elif cislo.pdf %}
|
||||
<a href='{{ cislo.pdf.url }}'>Číslo v pdf</a>
|
||||
{% endif %}
|
||||
<a href='{{ cislo.pdf.url }}'>Číslo v pdf</a>
|
||||
</div>
|
||||
<hr>
|
||||
{% endif %}
|
||||
|
||||
<hr>
|
||||
|
||||
{% comment %}
|
||||
<script id="vuedata" type="application/json">{"treenode":{{cislo.cislonode.id}}}</script>
|
||||
|
|
Loading…
Reference in a new issue