change a single word
All checks were successful
Gitea Actions Demo / compile-html (push) Successful in 52s

This commit is contained in:
vitrinekast 2025-01-07 20:48:11 +01:00
parent d6260a8c9a
commit f6cf74df1c

View File

@ -17,7 +17,7 @@
<b>{{ item['title'] }}</b> <b>{{ item['title'] }}</b>
{% if item.has_passed and item.has_log %} {% if item.has_passed and item.has_log %}
<a href="/events/{{ item['slug'] }}.html" class="link"> <a href="/events/{{ item['slug'] }}.html" class="link">
<b>Read back</b> <b>Read more</b>
</a> </a>
{% elif not item.has_passed %} {% elif not item.has_passed %}
<a href="https://calendar.klank.school/event/{{ item['slug'] }}" class="link"> <a href="https://calendar.klank.school/event/{{ item['slug'] }}" class="link">