diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-01-25 22:26:58 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-01-25 22:26:58 +0000 |
commit | d78345e3357f12b00c9d025349eee2ef1051b0fe (patch) | |
tree | 36bd0db38321a1f8f1c9ae7460eff38a730706ca /templates/login | |
parent | 1c3d2f7b739f7b3ced4c0d3fb1944058bbd3450e (diff) | |
download | troggle-d78345e3357f12b00c9d025349eee2ef1051b0fe.tar.gz troggle-d78345e3357f12b00c9d025349eee2ef1051b0fe.tar.bz2 troggle-d78345e3357f12b00c9d025349eee2ef1051b0fe.zip |
JSON link
Diffstat (limited to 'templates/login')
-rw-r--r-- | templates/login/signupok.html | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/templates/login/signupok.html b/templates/login/signupok.html index bbcab35..b610fea 100644 --- a/templates/login/signupok.html +++ b/templates/login/signupok.html @@ -5,21 +5,21 @@ {% block title %}Cambridge Expeditions to Austria{% endblock %} {% block content %} - <title>Loser Expo {{year}} Sign-up Form Completed</title> - - <h1>Expo {{year}} {{dates}}</h1> +<title>Loser Expo {{year}} Sign-up Form Completed</title> +<br /><h1>Expo {{year}}<br /> {{dates}}</h1> <div id="col1"> {% if signup_user %} <h3>You have signed up to attend the next Expo</h3> +Your signup has been registered. {% else %} <h3>Signup confirmation: NOBODY</h3> {% endif %} <p class="indent"> You have signed up as <b>{{signup_user.username}}</b> - <em>{{signup_user.email}}</em> <br /> -Your signup has been registered. + <p class="indent"> Please now register your email on the email announcements list if you have not already done so: @@ -35,8 +35,11 @@ you have not already done so: </figure> <p class="indent"> -This is the beginning of becoming part of the team for Expo {{year}}. There are training events and -organisation to do, kit-lists to organise, and your dates on expo need to be agreed with Expo. We +This is the beginning of becoming part of the team for Expo {{year}}. <br /> +There are training events and +organisation to do, kit-lists to organise, and your dates on expo need to be agreed with Expo. +<br /> +We particularly need adequate manpower to de-rig the caves and pack up at the end of Expo. <p class="indent"> You next jobs to do: see the <a href="/kanboard/board/2">Expo Kanboard</a>. @@ -48,7 +51,11 @@ Cavers who have signed up to attend so far: <li><b>{{caver}}</b><br /> {% endfor %} </ul> -<br /> +<br /><span style="font-size: 70%; "><details><summary> + JSON <br> + </summary> + <a href="/encrypted/{{year}}/signups.json">{{year}/signups.json + </details> {% endblock content %} |