diff --git a/web-server/root/surflets/spaceship.scm b/web-server/root/surflets/spaceship.scm index 26d6638..39a1953 100644 --- a/web-server/root/surflets/spaceship.scm +++ b/web-server/root/surflets/spaceship.scm @@ -363,10 +363,10 @@ specify a positive number.") (body (surflet-form ,new-url GET + ,(print-update update-text) ,(if (and checkboxes+text energy-input) `((h2 "Step 3 -- Specify arming") (p "Please select one or more arm types for your ship and amount of energy you want to spent for it or them, respectively.") - ,(print-update update-text) (p (table ,@(map (lambda (checkbox+text) `(tr (td ,(car checkbox+text))