diff -r 4da58abdf6ff -r f2623fb8041a pytask/templates/show_msg.html
--- a/pytask/templates/show_msg.html Sat Jan 30 13:10:11 2010 +0530
+++ b/pytask/templates/show_msg.html Mon Feb 01 11:10:29 2010 +0530
@@ -1,7 +1,11 @@
{% extends 'base.html' %}
{% block content %}
{% if message %}
- {{message}}
- click here to return to Homepage
+ {{message}}
+ {% endif %}
+ {% if redirect_url %}
+ click here to return to {{url_desc}}
+ {% else %}
+ click here to return to Homepage
{% endif %}
{% endblock %}