updates
This commit is contained in:
5
app/templates/dashboard.html
Normal file
5
app/templates/dashboard.html
Normal file
@ -0,0 +1,5 @@
|
||||
{% extends 'base.html' %}
|
||||
{% block content %}
|
||||
<h2>User Dashboard</h2>
|
||||
<p>Welcome to your dashboard, {{ current_user.email }}.</p>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user