Files
iRedAdmin-Pro-SQL/templates/default/error_csrf.html
2023-04-10 07:23:44 +02:00

9 lines
255 B
HTML

{% extends "layout.html" %}
{% from "macros/msg_handlers.html" import error_info %}
{% block main %}
<div>
{{ error_info(_('Security token did not match. Please refresh current page and re-perform form action.')) }}
</div>
{% endblock %}