spelling mistake fix

This commit is contained in:
2026-08-05 10:12:37 +02:00
parent e8f0d4bdc5
commit 10e7f3e70d
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -229,7 +229,7 @@
<div class="container"> <div class="container">
<div class="student-card-header"> <div class="student-card-header">
<div> <div>
<h1>📚 Bibliotheksausweise (Bibliotek)</h1> <h1>📚 Bibliotheksausweise (Bibliothek)</h1>
</div> </div>
<div class="export-buttons"> <div class="export-buttons">
<a href="{{ url_for('student_card_barcode_download') }}" class="btn-print" style="background: #28a745;">📥 Alle Ausweise (PDF)</a> <a href="{{ url_for('student_card_barcode_download') }}" class="btn-print" style="background: #28a745;">📥 Alle Ausweise (PDF)</a>
+3 -3
View File
@@ -280,7 +280,7 @@
<button type="button" data-target-step="0">1. Startseite</button> <button type="button" data-target-step="0">1. Startseite</button>
<button type="button" data-target-step="1">2. {{ 'Artikel erfassen' if is_admin else 'Artikel finden' }}</button> <button type="button" data-target-step="1">2. {{ 'Artikel erfassen' if is_admin else 'Artikel finden' }}</button>
{% if library_module_enabled %} {% if library_module_enabled %}
<button type="button" data-target-step="2">3. Bibliotek</button> <button type="button" data-target-step="2">3. Bibliothek</button>
{% endif %} {% endif %}
<button type="button" data-target-step="{{ '3' if library_module_enabled else '2' }}">4. Alltag</button> <button type="button" data-target-step="{{ '3' if library_module_enabled else '2' }}">4. Alltag</button>
</div> </div>
@@ -341,7 +341,7 @@
{% if library_module_enabled %} {% if library_module_enabled %}
<article class="workflow-step" data-step-index="2" data-step-key="library"> <article class="workflow-step" data-step-index="2" data-step-key="library">
<h3>Bibliotek-Bereich</h3> <h3>Bibliothek-Bereich</h3>
<p>Dieser Bereich ist speziell für Bücher und Medienausleihe.</p> <p>Dieser Bereich ist speziell für Bücher und Medienausleihe.</p>
<ul> <ul>
{% if is_admin %} {% if is_admin %}
@@ -358,7 +358,7 @@
</ul> </ul>
<div class="tutorial-actions"> <div class="tutorial-actions">
<a class="btn btn-outline-primary btn-sm" href="{{ url_for('library_view') }}">Zur Bibliotek</a> <a class="btn btn-outline-primary btn-sm" href="{{ url_for('library_view') }}">Zur Bibliothek</a>
{% if is_admin %} {% if is_admin %}
<a class="btn btn-outline-secondary btn-sm" href="{{ url_for('library_loans_admin') }}">Ausleihen ansehen</a> <a class="btn btn-outline-secondary btn-sm" href="{{ url_for('library_loans_admin') }}">Ausleihen ansehen</a>
{% endif %} {% endif %}