Update print.html (#1678)

* Update print.html

Fix print.html not getting the JS libraries

* Update print.html

Add `INCLUDED_CSS` also
This commit is contained in:
Tiago Vasconcelos 2023-05-04 16:21:18 +01:00 committed by GitHub
parent b4fce8b00b
commit 590b52cb31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
{% for url in VENDORED_CSS %}
{% for url in INCLUDED_CSS %}
<link rel="stylesheet" type="text/css" href="{{ url }}" />
{% endfor %}
<style>
@ -33,7 +33,7 @@
</q-page-container>
</q-layout>
{% for url in VENDORED_JS %}
{% for url in INCLUDED_JS %}
<script src="{{ url }}"></script>
{% endfor %}
<!---->