diff -r f21284458b8c -r b8e7a4e86b35 templates/show_msg.html --- a/templates/show_msg.html Tue Mar 02 04:23:21 2010 +0530 +++ b/templates/show_msg.html Tue Mar 02 14:04:03 2010 +0530 @@ -1,11 +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 %}