pytask/templates/show_msg.html
changeset 13 4da58abdf6ff
parent 12 c823b42970a4
child 14 f2623fb8041a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pytask/templates/show_msg.html	Sat Jan 30 13:10:11 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 %}