Not sure what I've done. I'm done. Please let me free

This commit is contained in:
2025-12-16 01:45:51 +01:00
parent cfebe0a535
commit 64776ea8d0
7 changed files with 55 additions and 12 deletions
+10
View File
@@ -0,0 +1,10 @@
{% extends "baseof.html" %}
{% block content %}
Username: {{ username }} <br>
ID: {{ uid }} <br>
Profil erstellt: {{ created_at | timestamp }} <br>
<div hx-get="/user/delete" hx-trigger="load"></div>
{% endblock %}