diff --git a/plinth/modules/networks/views.py b/plinth/modules/networks/views.py index 6c66e01c8..ace417ada 100644 --- a/plinth/modules/networks/views.py +++ b/plinth/modules/networks/views.py @@ -448,6 +448,7 @@ class NetworkTopologyFirstBootView(NetworkTopologyView): """Mark the first wizard step as done, save value and redirect.""" first_boot.mark_step_done('network_topology_wizard') if 'skip' in form.data: + first_boot.mark_step_done('router_setup_wizard') return FormView.form_valid(self, form) return super().form_valid(form)