Initial commit - FastAPI guest portal with Authentik OIDC, UniFi integration, and branding assets
This commit is contained in:
6
app/templates/error.html
Normal file
6
app/templates/error.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% 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 %}
|
||||
Reference in New Issue
Block a user