Fix: typo
Fix css file path
This commit is contained in:
parent
63daf7dd1e
commit
1a5f8f52b1
@ -6,7 +6,7 @@
|
||||
<title>View Inventory</title>
|
||||
{% include 'favicon.html' %}
|
||||
<link href="{{ url_for('static', filename='css/bootstrap.min.css') }}" rel="stylesheet">
|
||||
<link href="{{ url_for('static', filename='static/css/view_table.css') }}" rel="stylesheet">
|
||||
<link href="{{ url_for('static', filename='css/view_table.css') }}" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
{% include 'header.html' %}
|
||||
@ -54,6 +54,6 @@
|
||||
</main>
|
||||
|
||||
{% include 'footer.html' %}
|
||||
<script src="{{ url_for('static', filename='js/bootstrap.bundle.min.js') }}"></script>
|
||||
<script src="{{ url_for('static', filename='js/bootstrap.min.js') }}"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user