This commit is contained in:
6
custom_auth/templates/custom_auth/profile.html
Normal file
6
custom_auth/templates/custom_auth/profile.html
Normal file
@ -0,0 +1,6 @@
|
||||
{% extends "components/base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h2>Welcome, {{ user.username }}!</h2>
|
||||
<p>This is your profile page.</p>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user