pytask/templates/error.html
changeset 12 c823b42970a4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pytask/templates/error.html	Sat Jan 30 13:04:58 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 %}