feat: PWA support

This commit is contained in:
Herculino Trotta
2025-01-23 12:49:50 -03:00
parent f7c3a2f320
commit bcc96588bf
9 changed files with 49 additions and 45 deletions

View File

@@ -1,3 +1,4 @@
{% load pwa %}
{% load formats %}
{% load i18n %}
{% load title %}
@@ -15,6 +16,7 @@
</title>
{% include 'includes/head/favicons.html' %}
{% progressive_web_app_meta %}
{% include 'includes/styles.html' %}
{% block extra_styles %}{% endblock %}