{% extends "base.html" %} {% block title %}Account activation{% endblock %} {% block content %} {% load humanize %}

Account activation

{% if account %}

Thanks for signing up! Now you can log in and start contributing!

{% else %}

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 %}