aboutsummaryrefslogtreecommitdiff
path: root/print/templates/index.html
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2021-04-20 17:50:30 +0200
committerGitHub <noreply@github.com>2021-04-20 17:50:30 +0200
commit08adc27b307166e0d62faef2ce662c2be3366912 (patch)
tree7fab288edb1d0bc40a94229cbe374190dcd42ae0 /print/templates/index.html
parent92b0b0a8bd9ffb8128e74e68edb39ab4886bfd7f (diff)
Language-Stylesheets for Print-PDF (#1156)
Diffstat (limited to 'print/templates/index.html')
-rw-r--r--print/templates/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/print/templates/index.html b/print/templates/index.html
index 375fdc77..d4244493 100644
--- a/print/templates/index.html
+++ b/print/templates/index.html
@@ -7,6 +7,9 @@
<script src="resources/jquery-3.3.1.min.js"></script>
<script src="resources/inkstitch.js"></script>
<link rel="stylesheet" href="resources/style.css" />
+ {% for l in languages %}
+ <link rel="stylesheet" href="resources/{{ l }}.css" />
+ {% endfor %}
<link rel="shortcut icon" type="image/png" href="/favicon.png"/>
</head>
<body>