Merge branch 'dev' into feature-localization

This commit is contained in:
jonaswinkler 2020-12-31 15:59:47 +01:00
commit 1b8c4bb1a5
24 changed files with 82 additions and 39 deletions

View file

@ -12,7 +12,9 @@
<meta name="full_name" content="{{full_name}}">
<meta name="cookie_prefix" content="{{cookie_prefix}}">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="{% static styles_css %}"></head>
<link rel="manifest" href="{% static 'frontend/manifest.webmanifest' %}">
<link rel="stylesheet" href="{% static styles_css %}">
</head>
<body>
<app-root>Loading...</app-root>
<script src="{% static runtime_js %}" defer></script>