{% extends "registration/base_registration.html" %} {% block title %}Account activation complete{% endblock %} {% block body_class %}{{ block.super }} registration_activation_complete{% endblock %} {% block content-header %}

Account activation complete, woo!

{% endblock %} {% block content %}

Your account has been activated. ^_^

Log in with the username and password you just created, here.

{% endblock %}