Skip to content
Snippets Groups Projects
Commit 1b6bbe92 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch '884-simple-brint-base-template-missing-base' into 'master'

Resolve "SImple brint base template missing <base>"

Closes #884

See merge request !1290
parents c5e67feb 3a71455b
No related branches found
No related tags found
1 merge request!1290Resolve "SImple brint base template missing <base>"
Pipeline #136268 passed with warnings
Pipeline: AlekSIS

#136273

    ......@@ -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