diff options
Diffstat (limited to 'print/templates/index.html')
| -rw-r--r-- | print/templates/index.html | 3 |
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> |
