rascunho

commit 2d764c0febc896572482651a41802d64e63663a2

Author: Pedro Lucas Porcellis <pedrolucasporcellis@gmail.com>

Add sample error pages



diff --git a/core/templates/internal_server.html b/core/templates/internal_server.html
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
Binary files /dev/null and b/core/templates/internal_server.html differ




diff --git a/core/templates/not_found.html b/core/templates/not_found.html
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
Binary files /dev/null and b/core/templates/not_found.html differ




diff --git a/core/templates/unprocessable_entity.html b/core/templates/unprocessable_entity.html
new file mode 100644
index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391
Binary files /dev/null and b/core/templates/unprocessable_entity.html differ