# HG changeset patch # User Nishanth Amuluru # Date 1294507124 -19800 # Node ID 2211ef7056751db4849cafe6ffc0ff3910511aaa # Parent 01c1e6966d8672de516cf6d2fd91736e36d02cce Added template for show_msg diff -r 01c1e6966d86 -r 2211ef705675 pytask/templates/show_msg.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pytask/templates/show_msg.html Sat Jan 08 22:48:44 2011 +0530 @@ -0,0 +1,27 @@ +{% extends 'base.html' %} +{% block js_script %} + +{% endblock %} +{% block content %} + + {% if message %} + {{message}}
+ {% endif %} + You will be redirected to {{url_desc}} page in 5 seconds + +{% endblock %}