diff options
Diffstat (limited to 'templates/login')
-rw-r--r-- | templates/login/signup.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/login/signup.html b/templates/login/signup.html index 68b681d..815c2ec 100644 --- a/templates/login/signup.html +++ b/templates/login/signup.html @@ -45,7 +45,7 @@ Loser Expo {{year}} SIGN-UP Form <p>Submitting this form will subscribe you to the expo mailing list if you are not already subscribed. </p> - {% if personal_login %} + {% if identified_login %} {% else %} <button class="fancybutton" style="padding: 0.5em 25px; font-size: 100%;" onclick="window.location.href='/accounts/register/'" value = "Go to"> You need to register a personal login before you can signup to attend → @@ -166,7 +166,7 @@ Loser Expo {{year}} SIGN-UP Form <h2>All done?</h2> <!-- <p>Click the <b>Preview</b> button below to review your submission.</p> --> <div style="text-align: center"> - {% if personal_login %} + {% if identified_login %} <button class="fancybutton" style="padding: 0.5em 25px; font-size: 100%;" type = "submit" > Submit → </button> |