{% extends 'base.html' %} {% load i18n %} {% block title %}{% trans "Invalid activation" %}{% endblock %} {% block page_title %}{% trans "Invalid activation URL" %}{% endblock %} {% block content %} {% url 'users:password_reset' as password_reset %}
{% trans "Two possible reasons:" %}
{% blocktrans %}First try to reset your password. If that fails please contact {{ ORG_SHORT_NAME }} at{% endblocktrans %} {{ ORG_EMAIL }}