layerindex-web/templates/registration/activation_complete.html
Paul Eggleton f2daec4318 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>
2018-11-19 16:44:42 +13:00

11 lines
232 B
HTML

{% extends "base.html" %}
{% load i18n %}
{% block content %}
{% trans "Your account has been successfully activated." %}
<br/>
{% trans "You can now " %} <a href="{% url 'auth_login' %}">{% trans "log in" %}</a>.
{% endblock %}