diff options
Diffstat (limited to 'templates/registration/activate.html')
-rw-r--r-- | templates/registration/activate.html | 31 |
1 files changed, 19 insertions, 12 deletions
diff --git a/templates/registration/activate.html b/templates/registration/activate.html index f87d519..eb8ec61 100644 --- a/templates/registration/activate.html +++ b/templates/registration/activate.html @@ -1,13 +1,20 @@ -{% extends "base.html" %} - -{% block title %} -registration_form.html | {{ block.super }} -{% endblock %} - -{% block header %} -<h1>activate.html</h1> -{% endblock %} - -{% block content %} -You are now activated. +{% extends "base.html" %}
+
+{% block title %}
+New troggle account registered
+{% endblock %}
+
+{% block header %}
+<h1>activate.html</h1>
+{% endblock %}
+
+{% block content %}
+
+<p>
+Hello, {{user}}! Your account is now activated. You've also been logged in automatically for your convenience. Use the links in the upper right to control this in the future.
+</p>
+
+<p>
+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>.
+</p>
{% endblock %}
\ No newline at end of file |