Compare commits

..

No commits in common. "78866fbc9379c96f5fabf9a6a7133ba22749fcab" and "cda00bbc4c72916755ebbac7326e72a0c39e7b9b" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View file

@ -40,9 +40,7 @@
{% endif %}
{% endfor %}
</ul>
{% if rocnik.verejne_vysledkovky_cisla %} {# Tohle jsem asi neměl tady použít, ale šlo to… #}
<a href='{{ rocnik.verejne_url }}#vysledky'>Výsledková listina</a> <!-- FIXME: url výsledkovky-->
{% endif %}
<a href='{{ rocnik.verejne_url }}'>Výsledková listina</a> <!-- FIXME: url výsledkovky-->
</div>
</div>

View file

@ -113,7 +113,7 @@
{% if vysledkovka.radky_vysledkovky %}
<h2 id=vysledky>Výsledková listina</h2>
<h2>Výsledková listina</h2>
{% include "vysledkovky/vysledkovka_rocnik.html" %}
{% endif %}