Add files via upload

This commit is contained in:
Harold Finch
2023-04-10 07:23:44 +02:00
committed by GitHub
parent 047f85e92d
commit ae35dc5986
56 changed files with 11982 additions and 0 deletions

View 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 %}