[FEAT] Re-enable basic PWA support without customisation options

This commit is contained in:
2023-02-01 23:29:43 +00:00
parent 50f5363b69
commit d66e0ea21a
3 changed files with 83 additions and 27 deletions

View File

@@ -7,7 +7,6 @@
<html lang="{{ LANGUAGE_CODE|default:'en_us' }}">
{% load pwa %}
{% progressive_web_app_meta %}
<link rel="manifest" href="manifest.json">
@@ -53,6 +52,9 @@
{{ form.media.css }}
{% endif %}
<!-- PWA metadata -->
{% progressive_web_app_meta %}
{% block extra_head %}{% endblock %}
</head>