From f2daec4318a2abc7ac7f593eb8fec7b49fe46eb6 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 25 Oct 2018 15:18:36 +1300 Subject: [PATCH] Tweak activation complete page * Add a convenience link to the login page * Make the language a bit less terse Signed-off-by: Paul Eggleton --- templates/registration/activation_complete.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/templates/registration/activation_complete.html b/templates/registration/activation_complete.html index aef17be..fe56bb4 100644 --- a/templates/registration/activation_complete.html +++ b/templates/registration/activation_complete.html @@ -3,12 +3,8 @@ {% block content %} -{% blocktrans %} - -Activation is complete. +{% trans "Your account has been successfully activated." %}
-You can log in now. - -{% endblocktrans %} +{% trans "You can now " %} {% trans "log in" %}. {% endblock %}