{% extends user.is_authenticated|yesno:"base.html,NEMO_online_training/base.html" %} {% block title %}Invalid link{% endblock %} {% block content %}

Invalid link

This link is invalid or has expired. {% if user_training_id %} Click below to generate a new one (it will be sent to the email address on file for this training)
{% csrf_token %}
{% endif %} {% endblock %}