diff options
-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 /> |