[FIX] Offline PWA functionality and style offline page

This commit is contained in:
2023-03-12 12:57:19 +00:00
parent d65ccc807f
commit 4e4503e097
2 changed files with 11 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
{% extends 'base.html' %}
{% block content %}
<h2>Offline</h2>
<p>You are currently offline. Please connect to a network to use this platform.</p>
{% endblock %}