snapshot: preserve form and app shell alignment before component unification

This commit is contained in:
Md Bayazid Bostame
2026-03-27 23:43:00 +01:00
parent 930f28522b
commit 631886a763
41 changed files with 1198 additions and 695 deletions

View File

@@ -11,6 +11,7 @@
{% block shell_body %}
{% include 'workflows/includes/app_header.html' with header_show_home=1 header_inside_shell=1 %}
<div class="page-stack">
<div class="top">
<h1>{% trans "Handbook" %}</h1>
</div>
@@ -62,5 +63,6 @@
</div>
</section>
</div>
</div>
{% endblock %}