messing stuff up

This commit is contained in:
2025-06-03 20:46:11 -05:00
parent e3ee3e6708
commit e8acd6bb20
25 changed files with 300 additions and 51 deletions

View File

@ -0,0 +1,11 @@
{% extends 'core_ui/base.html' %}
{% block title %}Admin Dashboard | Nature In Pots{% endblock %}
{% block content %}
<h1 class="mb-4 text-danger">Admin Dashboard</h1>
<p class="lead">Manage submissions, users, and plugin controls here.</p>
<ul>
<li><a href="#">View Unapproved Submissions</a></li>
<li><a href="#">Manage Users</a></li>
<li><a href="#">Export Data</a></li>
</ul>
{% endblock %}