diff --git a/app/templates/error_access_denied.html b/app/templates/error_access_denied.html new file mode 100644 index 00000000..5a765b76 --- /dev/null +++ b/app/templates/error_access_denied.html @@ -0,0 +1,19 @@ +{% extends 'base.html' %} +{% import 'bootstrap/wtf.html' as wtf %} + +{% block app_content %} + +

Accès non autorisé

+ +{{ exc | safe }} + + + +{% endblock %} \ No newline at end of file