diff --git a/www/aptui/signup.php b/www/aptui/signup.php
index 640b2691cfd03b82cd3d0bae20307da2c54aeda7..de7109e4a59cb5286e6517630e39148aabef4d01 100644
--- a/www/aptui/signup.php
+++ b/www/aptui/signup.php
@@ -60,11 +60,11 @@ function SPITFORM($formfields, $showverify, $errors)
     global $ACCOUNTWARNING, $EMAILWARNING, $this_user, $joinproject, $toomany;
     $button_label = "Create Account";
 
+    SPITHEADER(1);
+
     echo "<link rel='stylesheet'
                 href='css/bootstrap-formhelpers.min.css'>\n";
 
-    SPITHEADER(1);
-
     echo "<div id='signup-body'></div>\n";
     echo "<div id='toomany_div'></div>\n";
     echo "<script type='text/plain' id='form-json'>\n";