First commit
This commit is contained in:
5
app/app_template/templates/pages/profile.html
Normal file
5
app/app_template/templates/pages/profile.html
Normal file
@ -0,0 +1,5 @@
|
||||
<h1>Profile</h1>
|
||||
<h2>Username</h2>
|
||||
<p>{{ user.username }}</p>
|
||||
<h2>Email</h2>
|
||||
<p>{{ user.email }}</p>
|
Reference in New Issue
Block a user