{% extends "registration/base.html" %} {% load i18n %} {% block title %}Account activation failed{% endblock %} {% block extrajs %} {% endblock %} {% block content %} {% load humanize %}

{% trans "Account activation failed" %}.

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.

{% endblock %}