Skip to content
Snippets Groups Projects

Resolve "Fix PWA offline fallback page"

Merged Hangzhi Yu requested to merge 324-fix-pwa-offline-fallback-page into master
All threads resolved!
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -2,6 +2,8 @@
{% load i18n %}
{% block browser_title %}{% blocktrans %}Network error{% endblocktrans %}{% endblock %}
{% block content %}
<h3><i class="material-icons left medium" style="font-size: 2.92rem;">signal_wifi_off</i>{% blocktrans %}No internet
connection.{% endblocktrans %}</h3>
Loading