add admin user list

This commit is contained in:
2026-08-24 18:21:20 +02:00
parent abdfcde1c9
commit b17b75e043
4 changed files with 95 additions and 5 deletions
+1 -1
View File
@@ -44,6 +44,6 @@
<input type="password" name="pass-rep" placeholder="repeat password" /><br />
<button type="submit">change password</button>
</form>
</p>
</p>{% if is_admin %}{% include 'admin.html' %}{% endif %}
</body>
</html>