7 lines
292 B
HTML
Executable File
7 lines
292 B
HTML
Executable File
{% extends "base.html" %}
|
|
{% block content %}
|
|
<h1>You're all set!</h1>
|
|
<p>Your guest WiFi account has been created.</p>
|
|
<p>Connect to the guest WiFi and use your new username and password to log in.</p>
|
|
<p style="color: #999; font-size: 0.85rem;">You can close this window.</p>
|
|
{% endblock %} |