First commit

This commit is contained in:
Andros Fenollosa
2022-04-19 21:14:01 +02:00
parent 8a9aebdf89
commit 12ba5461fd
37 changed files with 3082 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<h1>Profile</h1>
<h2>Username</h2>
<p>{{ user.username }}</p>
<h2>Email</h2>
<p>{{ user.email }}</p>