{% extends "base.html" %} {% block title %}{% trans "Account activation failed!" %} - {{ block.super }}{% endblock title %} {% block content %}
{% blocktrans %}Your {{ site.name }} website account could not be activated. This could be because your activation link has aged. Please try registering again.{% endblocktrans %}
{% endblock content %}