Skip to content
Snippets Groups Projects
Commit 3624dbf9 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Add page title to offline fallback page template

parent f628b7ab
No related branches found
No related tags found
1 merge request!405Resolve "Fix PWA offline fallback page"
Pipeline #4971 passed
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment