initial
This commit is contained in:
26
templates/accounts.html
Normal file
26
templates/accounts.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<h2>Nicht bearbeitete Anfragen</h2>
|
||||
<form action="accounts.php" method="post">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Benutzername</th>
|
||||
<th>Realname</th>
|
||||
<th>Email-Adresse</th>
|
||||
<th>Aktion</th>
|
||||
</tr>
|
||||
</thead>
|
||||
{{inactive_accounts}}
|
||||
</table>
|
||||
<h2>Aktive Zugänge</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Benutzername</th>
|
||||
<th>Realname</th>
|
||||
<th>Email-Adresse</th>
|
||||
<th>Aktion</th>
|
||||
</tr>
|
||||
</thead>
|
||||
{{active_accounts}}
|
||||
</table>
|
||||
</form>
|
||||
Reference in New Issue
Block a user