butter-portal/app/templates/setup_complete.html

11 lines
437 B
HTML
Raw Normal View History

{% 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>
<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>
<button class="button butter-centered"><a href={{ url_for("index") }}> {{ _("Continue to Portal")}}</a></button>
</div>
{% endblock %}