templates/show_msg.html
changeset 20 ec7b1751c161
child 21 c28774fe7ffd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/show_msg.html	Thu Feb 04 22:34:22 2010 +0530
@@ -0,0 +1,7 @@
+{% extends 'base.html' %}
+{% block content %}
+    {% if message %}
+    {{message}}<br />
+    <a href="/">click here</a> to return to Homepage
+    {% endif %}
+{% endblock %}