Added enrolment success for wifi user enrollment

This commit is contained in:
Roger Joys
2026-03-16 14:21:31 -07:00
parent c851febb93
commit a0510655af
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{% extends "base.html" %}
{% block content %}
<h1>You're all set!</h1>
<p>Your guest WiFi account has been created.</p>
{% if username %}
<p>Connect to the guest WiFi and log in as <strong>{{ username }}</strong>.</p>
{% endif %}
<p style="color: #999; font-size: 0.85rem;">You can close this window.</p>
{% endblock %}