This commit is contained in:
jonaswinkler
2021-02-25 23:23:26 +01:00
parent 45fcb607f7
commit cf4757344e
2 changed files with 2 additions and 1 deletions

View File

@@ -89,6 +89,7 @@ class IndexView(TemplateView):
context['polyfills_js'] = f"frontend/{self.get_language()}/polyfills.js" # NOQA: E501
context['main_js'] = f"frontend/{self.get_language()}/main.js"
context['webmanifest'] = f"frontend/{self.get_language()}/manifest.webmanifest" # NOQA: E501
context['apple_touch_icon'] = f"frontend/{self.get_language()}/apple-touch-icon.png" # NOQA: E501
return context