From e9915e3da8f09ca11b4c1eb9c9e4b96a36206f93 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Tue, 18 Sep 2012 15:53:58 +0000 Subject: Error page SL #3500 Added an "Error page" with Sugar style that informs the users about the the page could not be loaded for any reason. This patch contains a HTML template (error_page.tmpl) that is used to generate the error page with the correct language. Signed-off-by: Manuel Kaufmann Acked-by: Manuel QuiƱones --- (limited to 'data') diff --git a/data/error_page.tmpl b/data/error_page.tmpl new file mode 100644 index 0000000..c19cda5 --- /dev/null +++ b/data/error_page.tmpl @@ -0,0 +1,55 @@ + + + + %(page_title)s + + + + +
+ +

%(title)s

+

%(message)s

+ +
+ + -- cgit v0.9.1