summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpjrharley <devnull@localhost>2009-05-22 21:02:48 +0100
committerpjrharley <devnull@localhost>2009-05-22 21:02:48 +0100
commit7e1bb9ed78c9c010f17fe3c2f831342b55666e06 (patch)
treec2c7b0864eaea9fb7f286fcdc72888054dbd1840
parentbcb013c4ce33f6eeafe090136ff7695b1e9f4204 (diff)
downloadtroggle-7e1bb9ed78c9c010f17fe3c2f831342b55666e06.tar.gz
troggle-7e1bb9ed78c9c010f17fe3c2f831342b55666e06.tar.bz2
troggle-7e1bb9ed78c9c010f17fe3c2f831342b55666e06.zip
[svn] Dont say activation failed if it didn't\!
-rw-r--r--templates/registration/activate.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/registration/activate.html b/templates/registration/activate.html
index ca50e6c..ba6be92 100644
--- a/templates/registration/activate.html
+++ b/templates/registration/activate.html
@@ -18,8 +18,8 @@ Hello, {{ account }}! Your account is now activated. Now you can <a href="{%url
<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>
-{% endif %}
+{% else %}
The activation key you entered has already been used or was invalid.
-
-{% endblock %} \ No newline at end of file
+{% endif %}
+{% endblock %}