mirror of
https://github.com/marcus-alicia/iRedAdmin-Pro-SQL.git
synced 2026-05-31 09:29:42 +00:00
Add files via upload
This commit is contained in:
8
templates/default/error_csrf.html
Normal file
8
templates/default/error_csrf.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{% 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 %}
|
||||
Reference in New Issue
Block a user