Darstellung von Umlauten
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{% block content %}
|
||||
<div class="page-section-title">
|
||||
<h1>User anlegen</h1>
|
||||
<p>Neue Anwender fuer die Verwaltung von Tuerchips und Parkkarten erfassen.</p>
|
||||
<p>Neue Anwender für die Verwaltung von Türchips und Parkkarten erfassen.</p>
|
||||
</div>
|
||||
|
||||
<section class="card form-card">
|
||||
@@ -11,7 +11,7 @@
|
||||
<h2 class="card-title"><i class="ti ti-user-plus me-1"></i>Neuen User anlegen</h2>
|
||||
<form method="post" action="{{ url_for('create_user') }}">
|
||||
<div class="mb-3">
|
||||
<label class="form-label">Vollstaendiger Name</label>
|
||||
<label class="form-label">Vollständiger Name</label>
|
||||
<input class="form-control" type="text" name="full_name" required>
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
|
||||
Reference in New Issue
Block a user