7 lines
184 B
HTML
7 lines
184 B
HTML
{% extends "base.html" %}
|
|
{% block content %}
|
|
<h1>Something went wrong</h1>
|
|
<p>{{ message }}</p>
|
|
<p>Please try reconnecting to the guest WiFi or ask for assistance.</p>
|
|
{% endblock %}
|