Fix theme on order items page
This commit is contained in:
parent
65fa6441b1
commit
84957f3175
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ Haldis - Order {{ order.id }}
|
||||||
{% block styles %}
|
{% block styles %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/main.css') }}" media="screen">
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/main.css') }}" media="screen">
|
||||||
<link rel="stylesheet" href="/css" media="screen">
|
<link rel="stylesheet" href="{{ url_for('general_bp.theme_css') }}" media="screen">
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/print.css') }}" media="print">
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/print.css') }}" media="print">
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue