templates/error.html
changeset 20 ec7b1751c161
parent 19 c52f7cde9861
child 21 c28774fe7ffd
--- 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}}<br />
-    <a href="/">click here</a> to return to Homepage
-    {% endif %}
-{% endblock %}