This commit is contained in:
2025-05-18 00:18:54 -05:00
parent 6fb15b6d5c
commit 68c069f02a
24 changed files with 836 additions and 10 deletions

View File

@ -0,0 +1,5 @@
{% extends 'base.html' %}
{% block content %}
<h2>Admin Dashboard</h2>
<p>You are logged in as an administrator.</p>
{% endblock %}