diff -r a39549bd5b08 -r c52f7cde9861 templates/error.html --- /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}}
+ click here to return to Homepage + {% endif %} +{% endblock %}