2026-03-29 17:17:47 +01:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
|
|
{% block content %}
|
2026-03-30 11:22:30 +01:00
|
|
|
<div class="block"><h1 class="title is-large">{{ _("Changes have been applied") }}.</h1></div>
|
2026-03-29 17:17:47 +01:00
|
|
|
|
|
|
|
|
<div class="block">
|
2026-03-30 11:22:30 +01:00
|
|
|
<p class="subtitle"> {{ _("The box will now reboot to apply settings. This can take up to one minute.") }}</p>
|
2026-03-29 17:17:47 +01:00
|
|
|
<button class="button butter-centered"><a href={{ url_for("index") }}> {{ _("Continue to Portal")}}</a></button>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|