Skip to content
Snippets Groups Projects
Verified Commit 3a71455b authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

FIx simple base print template for external storages

parent c5e67feb
No related branches found
No related tags found
1 merge request!1290Resolve "SImple brint base template missing <base>"
Pipeline #136217 passed with warnings
......@@ -33,6 +33,7 @@ Fixed
* [Docker] The build could silently continue even if frontend bundling failed, resulting
in an incomplete AlekSIS frontend app.
* GraphQL mutations did not return errors in case of exceptions.
* Rendering of "simple" PDF templates failed when used with S3 storage.
`3.1.2`_ - 2023-07-05
---------------------
......
......@@ -4,6 +4,8 @@
<!DOCTYPE html>
<html lang="{{ LANGUAGE_CODE }}">
<head>
<base href="{{ BASE_URL }}" />
{% include "core/partials/meta.html" %}
<title>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment