{% extends "base-apply.html" %} {% load i18n heroicons %} {% block title %}{% trans "Invalid activation" %}{% endblock %} {% block body_class %}bg-white{% endblock %} {% block content %}
{% heroicon_outline "exclamation-triangle" aria_hidden="true" size=64 class="stroke-red-600" %}

{% trans "Invalid activation URL" %}

{% url 'users:password_reset' as password_reset %}

{% trans "Two possible reasons:" %}

  1. {% trans "The activation link has expired." %}
  2. {% trans "The account has already been activated." %}

{% blocktrans %}First try to reset your password. If that fails please contact {{ ORG_SHORT_NAME }} at{% endblocktrans %} {{ ORG_EMAIL }}

{% endblock %}