{% extends "registration/registration_base.html" %} {% load i18n %}{% load bootstrap %} {% block title %}{% trans 'Activation complete' %}{% endblock %} {% block content %}
{% trans 'You may now login using the username and password you set at registration.' %}
{% endblock %}