diff -r ec7b1751c161 -r c28774fe7ffd templates/show_msg.html
--- a/templates/show_msg.html Thu Feb 04 22:34:22 2010 +0530
+++ b/templates/show_msg.html Thu Feb 04 22:37:15 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 %}