mirror of
https://github.com/nelsbrock/NateMan.git
synced 2026-08-14 21:36:49 +02:00
Admin-Lehrerseite vereinheitlicht
This commit is contained in:
@@ -81,8 +81,8 @@
|
|||||||
</form>
|
</form>
|
||||||
|
|
||||||
<form method="post">
|
<form method="post">
|
||||||
<h3>Benutzerkonto löschen</h3>
|
<h3>Lehrerkonto löschen</h3>
|
||||||
<input name="action" type="hidden" value="delete-account">
|
<input name="action" type="hidden" value="delete-account">
|
||||||
<p><input onclick="return confirm(delete_warn)" type="submit" value="Benutzerkonto jetzt löschen"></p>
|
<p><input onclick="return confirm(delete_warn)" type="submit" value="Lehrerkonto jetzt löschen"></p>
|
||||||
</form>
|
</form>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
@@ -27,8 +27,6 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<p><a href="{{ url_for('admin.lehrer.add') }}" data-icon="">Lehrerkonto 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>
|
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user