diff -r c52f7cde9861 -r ec7b1751c161 templates/error.html
--- a/templates/error.html Thu Feb 04 22:30:30 2010 +0530
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-{% extends 'base.html' %}
-{% block content %}
- {% if error_msg %}
- {{error_msg}}
- click here to return to Homepage
- {% endif %}
-{% endblock %}