diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-01-25 22:18:57 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-01-25 22:18:57 +0000 |
commit | 1c3d2f7b739f7b3ced4c0d3fb1944058bbd3450e (patch) | |
tree | 6ff5f20f0dad97a5ce56a52b76016cdc4876bf0b /templates/login | |
parent | 2446758e6e536777ff1dc1b8c4621cc7064fca61 (diff) | |
download | troggle-1c3d2f7b739f7b3ced4c0d3fb1944058bbd3450e.tar.gz troggle-1c3d2f7b739f7b3ced4c0d3fb1944058bbd3450e.tar.bz2 troggle-1c3d2f7b739f7b3ced4c0d3fb1944058bbd3450e.zip |
formatting
Diffstat (limited to 'templates/login')
-rw-r--r-- | templates/login/signupok.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/login/signupok.html b/templates/login/signupok.html index 4961416..bbcab35 100644 --- a/templates/login/signupok.html +++ b/templates/login/signupok.html @@ -18,8 +18,10 @@ {% 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"> -Your signup has been registered. Please now register your email on the email announcements list if + Please now register your email on the email announcements list if you have not already done so: <ul> <li><a href="https://lists.wookware.org/cgi-bin/mailman/listinfo/expo">lists.wookware.org : expo</a> @@ -40,7 +42,7 @@ particularly need adequate manpower to de-rig the caves and pack up at the end o You next jobs to do: see the <a href="/kanboard/board/2">Expo Kanboard</a>. <p class="indent"> -Registered cavers so far:<br /><br /> +Cavers who have signed up to attend so far: <ul style="list-style: disc"> {% for caver in signedup_people %} <li><b>{{caver}}</b><br /> |