summaryrefslogtreecommitdiffstats
path: root/templates/login
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2025-01-26 19:04:56 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2025-01-26 19:04:56 +0000
commitce508b0eb28551efbb9d7aaf18f1e76994e7c38b (patch)
tree7d9086dcc8b4d73959018d6f7ccd5e13b858c37a /templates/login
parent7fab42fa9e4067fdd99eca81d736d37c50f27291 (diff)
downloadtroggle-ce508b0eb28551efbb9d7aaf18f1e76994e7c38b.tar.gz
troggle-ce508b0eb28551efbb9d7aaf18f1e76994e7c38b.tar.bz2
troggle-ce508b0eb28551efbb9d7aaf18f1e76994e7c38b.zip
Use logon not cookie when editing pages
Diffstat (limited to 'templates/login')
-rw-r--r--templates/login/signup.html4
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 &rarr;
@@ -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 &rarr;
</button>