activation_complete.html 174 Bytes
{% extends "base.html" %}
{% load i18n %}

{% block content %}
    <h1>{% trans 'Your account is active.' %}</h1>
    <p>{% trans 'Now you can log in.' %}</p>
{% endblock %}