diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:55:00 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-05-13 05:55:00 +0100 |
commit | 8916b460e1b915d1a3aa32b3691da67b753f652b (patch) | |
tree | dd306a439c4a62188ba5a1f2e67e11cf811df19e /templates/registration | |
parent | b57452f68de8f73c63222c61fdae84f900c3a190 (diff) | |
download | troggle-8916b460e1b915d1a3aa32b3691da67b753f652b.tar.gz troggle-8916b460e1b915d1a3aa32b3691da67b753f652b.tar.bz2 troggle-8916b460e1b915d1a3aa32b3691da67b753f652b.zip |
[svn]
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8255 by aaron @ 2/23/2009 4:16 AM
Diffstat (limited to 'templates/registration')
-rw-r--r-- | templates/registration/registration_complete.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/registration/registration_complete.html b/templates/registration/registration_complete.html index 7cc8ab2..5351574 100644 --- a/templates/registration/registration_complete.html +++ b/templates/registration/registration_complete.html @@ -9,5 +9,5 @@ registration_complete.html | {{ block.super }} {% endblock %}
{% block content %}
-Thank you for signing up, {{ user.username }}. An email with the activation code has been sent to your inbox. Please <a href={% url profiles_create_profile %}> create your profile</a>. If you have been on the expedition in the past, this step allows existing expedition data to be linked to your new account.
+Thank you for signing up, {{ user.username }}. An email with the activation code has been sent to your inbox. If you have been on the expedition in the past, you already have a profile in the system; <a href={% url profiles_select_profile %}>click here </a> to find it and link it to your account. Otherwise, please <a href={% url profiles_create_profile %}> create yourself a new profile</a>. If you have been on the expedition in the past, this step allows existing expedition data to be linked to your new account.
{% endblock %}
\ No newline at end of file |