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

View file

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