{% extends "base.html" %} {% block title %}{% trans "Account activation failed!" %} - {{ block.super }}{% endblock title %} {% block content %}

{% trans "Account activation failed!" %}

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