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:
parent
b4fce8b00b
commit
590b52cb31
|
@ -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 %}
|
||||
<!---->
|
||||
|
|
Loading…
Reference in New Issue
Block a user