diff options
Diffstat (limited to 'templates/registration/registration_complete.html')
-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 552fa04..7cc8ab2 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. An email with the activation code has been sent to your inbox.
+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.
{% endblock %}
\ No newline at end of file |