summaryrefslogtreecommitdiff
path: root/resources/views/errors/419.twig
blob: dcfec02281a950240a82d2b218dc0027fb75abff (plain)
1
2
3
4
5
6
7
{% 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 %}