feat: add signup form
This commit is contained in:
11
profile.html
Normal file
11
profile.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>User Profile</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Welcome, {{ user.username }}!</h1>
|
||||
<p>Email: {{ user.email }}</p>
|
||||
<p>Full name: {{ user.get_full_name }}</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user