updates
This commit is contained in:
5
app/templates/admin_dashboard.html
Normal file
5
app/templates/admin_dashboard.html
Normal file
@ -0,0 +1,5 @@
|
||||
{% extends 'base.html' %}
|
||||
{% block content %}
|
||||
<h2>Admin Dashboard</h2>
|
||||
<p>You are logged in as an administrator.</p>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user