Add admin Pricing page with fixed and custom items

This commit is contained in:
Troll (Hermes Agent) 2026-08-04 17:17:57 +00:00
parent a3fd5938a5
commit a25bf3a9c9
3 changed files with 156 additions and 1 deletions

View file

@ -110,8 +110,9 @@
</head>
<body>
<div class="container">
<!-- Topbar: Sales, Settings, Log out -->
<!-- Topbar: Pricing, Sales, Settings, Log out -->
<div class="topbar">
<a href="{{ url_for('admin_pricing') }}">Pricing</a>
<a href="{{ url_for('admin_sales') }}">Sales</a>
<a href="{{ url_for('admin_settings') }}" class="settings">Settings</a>
<a href="{{ url_for('admin_logout') }}" class="logout">Log out</a>