mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
[FEAT] Re-enable basic PWA support without customisation options
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user