Darstellung von Umlauten
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
|
||||
{% block content %}
|
||||
<div class="page-section-title">
|
||||
<h1>Rueckgabe</h1>
|
||||
<p>Ausgegebene Tuerchips, Parkkarten und Poolfahrzeuge wieder zuruecknehmen.</p>
|
||||
<h1>Rückgabe</h1>
|
||||
<p>Ausgegebene Türchips, Parkkarten und Poolfahrzeuge wieder zurücknehmen.</p>
|
||||
</div>
|
||||
|
||||
<section class="card form-card">
|
||||
<div class="card-body">
|
||||
<h2 class="card-title"><i class="ti ti-arrow-back-up me-1"></i>Medium zuruecknehmen</h2>
|
||||
<h2 class="card-title"><i class="ti ti-arrow-back-up me-1"></i>Medium zurücknehmen</h2>
|
||||
<form method="post" action="{{ url_for('return_asset') }}">
|
||||
<div class="mb-3">
|
||||
<label class="form-label">User</label>
|
||||
@@ -22,12 +22,12 @@
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Typ</label>
|
||||
<select class="form-select" name="asset_type" id="asset_type" required>
|
||||
<option value="chip" {% if selected_asset_type == 'chip' %}selected{% endif %}>Tuerchip</option>
|
||||
<option value="chip" {% if selected_asset_type == 'chip' %}selected{% endif %}>Türchip</option>
|
||||
<option value="parking_card" {% if selected_asset_type == 'parking_card' %}selected{% endif %}>Parkkarte</option>
|
||||
<option value="pool_vehicle" {% if selected_asset_type == 'pool_vehicle' %}selected{% endif %}>Poolfahrzeug</option>
|
||||
</select>
|
||||
</div>
|
||||
<button class="btn btn-primary" type="submit"><i class="ti ti-check me-1"></i>Rueckgabe speichern</button>
|
||||
<button class="btn btn-primary" type="submit"><i class="ti ti-check me-1"></i>Rückgabe speichern</button>
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user