Installation Update + Bugfixes

This commit is contained in:
2022-02-20 23:17:17 +01:00
parent 16a46dd88a
commit 5ffeddb57a
10 changed files with 967 additions and 147 deletions

View File

@@ -1,13 +0,0 @@
<!DOCTYPE html>
<html lang="{{ user.lang }}">
<head>
<meta charset="utf-8" />
{% block head %}
<title>{{ site.title }}</title>
{% endblock %}
</head>
<body>
{% block body %}
{% endblock %}
</body>
</html>

View File

@@ -41,13 +41,13 @@
SwaggerUIBundle.plugins.DownloadUrl
],
layout: "StandaloneLayout",
{% if user.loggedIn %}
{% if user.loggedIn %}
requestInterceptor: request => {
request.headers['XSRF-Token'] = '{{ user.session.csrfToken }}';
return request;
}
{% endif %}
});
{% endif %}
};
</script>
</body>