Removed fancy attempt to include user name, put it as a TODO

This commit is contained in:
Roger Joys
2026-03-16 14:55:12 -07:00
parent a0510655af
commit b9f712504c

View File

@@ -2,8 +2,6 @@
{% block content %} {% block content %}
<h1>You're all set!</h1> <h1>You're all set!</h1>
<p>Your guest WiFi account has been created.</p> <p>Your guest WiFi account has been created.</p>
{% if username %} <p>Connect to the guest WiFi and use your new username and password to log in.</p>
<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> <p style="color: #999; font-size: 0.85rem;">You can close this window.</p>
{% endblock %} {% endblock %}