{% extends "registration/base.html" %} {% block title %}Account Activated{% endblock %} {% block content_title %}

Account Activated.

{% endblock %} {% block content %} {% load humanize %} {% if account %}

Thanks for registering! Now you can log in.

{% else %}

Sorry, it didn't work. Either your activation link was incorrect, or the activation key for your account has expired; activation keys are only valid for {{ expiration_days|apnumber }} days after registration.

{% endif %} {% endblock %}