{% extends "registration/base.html" %} {% block title %}Account activated{% endblock %} {% block content %}

Account activated.

{% load humanize %} {% if account %}

Thanks for signing up! 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 %}