{% extends 'appearance/base.html' %} {% load i18n %} {% load icons_tags %} {% block title %}{% trans 'Session expired' %}{% endblock %} {% block content %}
{% icons_get_icon 'mayan.apps.appearance.icons.icon_error_403_csrf' %}

{% trans 'Session expired' %}

{% blocktrans %}The form could not be submitted because its security token is no longer valid.{% endblocktrans %}

{% trans 'What to do next?' %}

  • {% icons_get_icon 'mayan.apps.appearance.icons.icon_error_403_csrf_hint_reload' %}{% blocktrans %}Reload the page and submit the form again.{% endblocktrans %}
  • {% icons_get_icon 'mayan.apps.appearance.icons.icon_error_403_csrf_hint_login' %}{% blocktrans %}Log in again if the session was closed in another tab.{% endblocktrans %}
  • {% icons_get_icon 'mayan.apps.appearance.icons.icon_error_403_csrf_hint_cookies' %}{% blocktrans %}Allow cookies for this site; the security token is stored in one.{% endblocktrans %}
{% endblock %}