mirror of
https://github.com/nelsbrock/NateMan.git
synced 2026-08-14 21:36:49 +02:00
Textvereinfachungen
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
{% set lehrer_list = Lehrer.query.order_by(Lehrer.kuerzel).all() %}
|
||||
|
||||
{% block content %}
|
||||
<p><a href="{{ url_for('admin.lehrer.add') }}" data-icon="">Lehrer(in) hinzufügen</a></p>
|
||||
<p><a href="{{ url_for('admin.lehrer.add') }}" data-icon="">Lehrerkonto hinzufügen</a></p>
|
||||
|
||||
<p>Klicken Sie eine Zeile aus der folgenden Übersicht an, um ein bestehendes Benutzerkonto zu bearbeiten.</p>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<th>Kürzel</th>
|
||||
<th>E-Mail-Adresse</th>
|
||||
<th>Admin</th>
|
||||
<th>Beratungslehrer(in)</th>
|
||||
<th>Beratungslehrkraft</th>
|
||||
<th>Passwort<br>gesetzt</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
Reference in New Issue
Block a user