From 3218e3d2733cef09ff50c96e4fd8f69b817eefbc Mon Sep 17 00:00:00 2001 From: Sanj Date: Tue, 1 Nov 2011 05:32:39 +0000 Subject: [PATCH] add 404.html --- mofca/templates/404.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mofca/templates/404.html diff --git a/mofca/templates/404.html b/mofca/templates/404.html new file mode 100644 index 0000000..19aa9a4 --- /dev/null +++ b/mofca/templates/404.html @@ -0,0 +1,12 @@ +{% extends 'base.html' %} + +{% block extra_head %} + +{% endblock %} + +{% block content %} +
+ The website is under construction, and this page is coming soon.. sorry :) +
+{% endblock %} +