diff options
Diffstat (limited to 'week-7/Final4/blog/views/error_template.html')
| -rw-r--r-- | week-7/Final4/blog/views/error_template.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/week-7/Final4/blog/views/error_template.html b/week-7/Final4/blog/views/error_template.html new file mode 100644 index 0000000..c37339f --- /dev/null +++ b/week-7/Final4/blog/views/error_template.html @@ -0,0 +1,12 @@ +<!doctype HTML> +<html> +<head> +<title>Internal Error</title> +</head> +<body> + +Oops..<br> +{{error}} +</body> +</html> + |
