mirror of
https://github.com/marcus-alicia/iRedAdmin-Pro-SQL.git
synced 2026-05-26 07:08:10 +00:00
9 lines
255 B
HTML
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 %}
|