fix locale discovery by django app

This commit is contained in:
jonaswinkler
2021-01-02 01:19:01 +01:00
parent 6d143d1b2b
commit 01be0868ed
3 changed files with 20 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
<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="manifest" href="{% static 'frontend/manifest.webmanifest' %}">
<link rel="manifest" href="{% static webmanifest %}">
<link rel="stylesheet" href="{% static styles_css %}">
</head>
<body>