mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-19 20:14:59 +02:00
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:
committed by
GitHub
parent
b4fce8b00b
commit
590b52cb31
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
{% for url in VENDORED_CSS %}
|
{% for url in INCLUDED_CSS %}
|
||||||
<link rel="stylesheet" type="text/css" href="{{ url }}" />
|
<link rel="stylesheet" type="text/css" href="{{ url }}" />
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<style>
|
<style>
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
</q-page-container>
|
</q-page-container>
|
||||||
</q-layout>
|
</q-layout>
|
||||||
|
|
||||||
{% for url in VENDORED_JS %}
|
{% for url in INCLUDED_JS %}
|
||||||
<script src="{{ url }}"></script>
|
<script src="{{ url }}"></script>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<!---->
|
<!---->
|
||||||
|
Reference in New Issue
Block a user