Bug fix for invalid CSS and JavaScript file references for pages

This commit is contained in:
2024-09-10 16:44:14 +01:00
parent 7a2d3d22b7
commit aac01e687f
11 changed files with 15 additions and 178 deletions

View File

@@ -8,7 +8,7 @@
{% include 'layouts/_shared_store.html' %}
<link rel="stylesheet" href="{{ url_for('static', filename='css/sections/store.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/pages/page_store_supplier.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/pages/store/supplier.css') }}">
<!-- HTML content -->
<div class="card">