summaryrefslogtreecommitdiffstats
path: root/templates/registration/activate.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/registration/activate.html')
-rw-r--r--templates/registration/activate.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/registration/activate.html b/templates/registration/activate.html
index 3f95a18..cf8e79a 100644
--- a/templates/registration/activate.html
+++ b/templates/registration/activate.html
@@ -12,11 +12,11 @@ New troggle account registered
{% if account %}
<p>
-Hello, {{ account }}! Your account is now activated. Now you can <a href="{%url auth_login%}">log in</a> with the password you chose. Use the links in the upper right to control this in the future.
+Hello, {{ account }}! Your account is now activated. Now you can <a href="{%url "auth_login"%}">log in</a> with the password you chose. 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>.
+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>
{% else %}