{% extends "base.html" %} {% block title %}Link Expired{% endblock %} {% block content %}
For security reasons, this link was only valid for a limited time and has now expired.
{% if link_type == 'assessment' %} If you need to take the assessment, please contact your administrator or consultant to request a new invitation link. {% elif link_type == 'password_reset' %} If you still need to reset your password, please request a new password reset link. {% else %} If you need access to this resource, please contact support for assistance. {% endif %}