Skip to content

Commit

Permalink
bug fix: chemicum menu not rendered when closed
Browse files Browse the repository at this point in the history
  • Loading branch information
lamtonylam committed Aug 5, 2024
1 parent 5d7e3ed commit 87dde0c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ <h2>
</ul>
-->
<!-- <br /> ... -->
{% if not chemcim_suljettu %}

<hr />

<b>Chemicumissa on tänään seuraavat ruuat:</b>
<br />
<button
Expand All @@ -75,7 +78,7 @@ <h2>
<div class="collapse" id="collapseChemicum">
{% for message in chemicum_menu %}
<hr />
{{ message }} {% endfor %} {% if chemcim_suljettu %}
{{ message }} {% endfor %} {% endif %} {% if chemcim_suljettu %}
<hr />
Chemicumista ei ole dataa, se on todennäköisesti tänään suljettu
<hr />
Expand Down

0 comments on commit 87dde0c

Please sign in to comment.