feat: Entferne Doppelkreuz aus Lektionen-Buttons

Co-authored-by: aider (deepseek/deepseek-reasoner) <aider@aider.chat>
This commit is contained in:
jamulix 2025-10-21 20:06:51 +02:00
commit e9f959f0d6

View file

@ -100,7 +100,7 @@
<div class="col-md-2 col-3 mb-2">
<button class="btn btn-outline-primary btn-sm w-100 lesson-btn"
data-lesson-index="{{ loop.index0 }}">
{{ lesson.get('description', '# ' ~ (loop.index0 + 1)) }}
{{ lesson.get('description', (loop.index0 + 1)) }}
</button>
</div>
{% endfor %}