{% extends "base.html" %} {% block title %}{% trans "Account activation failed" %} - {{ block.super }}{% endblock %} {% 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 %}

{% trans "Feel free to contact us if you think something went wrong." %}

{% endblock %}