From 8d8df0052e1ec78cfd31913673cad084dee60eeb Mon Sep 17 00:00:00 2001 From: Leigh B Stoller <stoller@flux.utah.edu> Date: Tue, 26 May 2015 08:18:53 -0600 Subject: [PATCH] Minor fix. --- www/aptui/signup.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/aptui/signup.php b/www/aptui/signup.php index 640b2691cf..de7109e4a5 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"; -- GitLab