templates/error.html
changeset 19 c52f7cde9861
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/error.html	Thu Feb 04 22:30:30 2010 +0530
@@ -0,0 +1,7 @@
+{% extends 'base.html' %}
+{% block content %}
+    {% if error_msg %}
+    {{error_msg}}<br />
+    <a href="/">click here</a> to return to Homepage
+    {% endif %}
+{% endblock %}