{% extends "base.html" %} {% block title %}Activation{% endblock %} {% block content %}

Account activation

{% if account %}

Thanks for signing up! You are logged in and can start using the site!

{% else %}

Either your activation link was incorrect, or the activation key for your account has expired; activation keys are only valid for {{ expiration_days }} days after registration.

{% endif %} {% endblock %}