Fix page files: remove duplicate dirs, fix ebay-pricing HTML, ensure hyphen+underscore filenames

This commit is contained in:
Westech Admin
2026-05-20 20:55:52 +00:00
parent 9fc0a92618
commit 2e56814a1e
77 changed files with 16 additions and 2825 deletions
@@ -1,6 +1,3 @@
{% extends "templates/web.html" %}
{% block style %}
<link rel="stylesheet" href="/assets/westech_r2/css/ebay-pricing.css">
<style>
.badge.badge-fresh { background-color: #28a745; }
.badge.badge-aging { background-color: #ffc107; color: #212529; }
@@ -8,7 +5,4 @@
.badge.badge-needs { background-color: #fd7e14; }
.badge.badge-error { background-color: #6c757d; }
</style>
{% endblock %}
{% block page_content %}
<div id="ebay-pricing-page"></div>
{% endblock %}