From 18046ef73690fab983c38fc2cfdec409cb2d49c3 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Fri, 24 Jul 2026 14:55:27 -0700 Subject: [PATCH] firstboot: Link from next steps page to add apps page - Instead of the apps page which will be empty on first boot. Tests: - On Next Steps page, click on apps link takes users to add apps page and not apps page. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/first_boot/templates/firstboot_complete.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/first_boot/templates/firstboot_complete.html b/plinth/modules/first_boot/templates/firstboot_complete.html index 15a3a93e4..0dd1ddce4 100644 --- a/plinth/modules/first_boot/templates/firstboot_complete.html +++ b/plinth/modules/first_boot/templates/firstboot_complete.html @@ -78,7 +78,7 @@
  • {% icon 'th' class='svg-icon app-icon' %}
    - {% url 'apps' as apps_url %} + {% url 'apps-add' as apps_url %} {% blocktrans trimmed %} Put {{ box_name }} to use by installing apps.