Tweak activation complete page

* Add a convenience link to the login page
* Make the language a bit less terse

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton 2018-10-25 15:18:36 +13:00
parent e7e43ce03b
commit f2daec4318

View File

@ -3,12 +3,8 @@
{% block content %}
{% blocktrans %}
Activation is complete.
{% trans "Your account has been successfully activated." %}
<br/>
You can log in now.
{% endblocktrans %}
{% trans "You can now " %} <a href="{% url 'auth_login' %}">{% trans "log in" %}</a>.
{% endblock %}