You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{% extends "errors/default.twig" %}
|
|
|
|
{% block title %}{{ __("Authentication expired") }}{% endblock %}
|
|
|
|
{% block content %}
|
|
<div class="alert alert-warning">{{ __("The provided CSRF token is invalid or has expired") }}</div>
|
|
{% endblock %}
|