Custom error pages
This commit is contained in:
parent
f35246c9e2
commit
957344922b
13 changed files with 228 additions and 13 deletions
2
templates/scripts/mail-error500.html
Normal file
2
templates/scripts/mail-error500.html
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
{# The data is already sent as HTML, so we return only the HTML data. Devs don't need a pretty mail... #}
|
||||
{{ error }}
|
||||
7
templates/scripts/mail-error500.txt
Normal file
7
templates/scripts/mail-error500.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Une erreur est survenue dans la Note Kfet. Les détails sont ci-dessous.
|
||||
|
||||
Cordialement,
|
||||
|
||||
L'équipe de la Note Kfet.
|
||||
|
||||
{{ error }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue