feat: Entferne Doppelkreuz aus Lektionen-Buttons
Co-authored-by: aider (deepseek/deepseek-reasoner) <aider@aider.chat>
This commit is contained in:
parent
8cf2f77e62
commit
e9f959f0d6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue