Push a bunch of uncommitted UI changes

This commit is contained in:
Jonathan Carter
2025-07-17 09:53:02 +02:00
parent 007a959274
commit b61c45b5f4
15 changed files with 252 additions and 62 deletions

View File

@@ -3,7 +3,25 @@
<p><b> Ready to install! Please review all changes.</b></p>
<p> This is the last chance to back out before committing to instal, please ensure all the details are correct. </p>
<p> This is the last chance to back out before committing to install, please ensure all the details are correct. </p>
<br>
{% for module in summary %}
<h3> <big> {{ summary[module]['heading'] }} </big> </h3>
<!-- {{ summary[module]['bleh'] }}
{{ summary[module]['settings'] }} -->
{{ summary[module]['text']|safe }}
<br /><br />
{% endfor %}
<br><br/>
<!-- <p>Config is: <code> {{ config }} </code></p> -->
</div>
</div>