pytask/templates/show_msg.html
changeset 417 b37e541bf950
parent 337 2211ef705675
--- a/pytask/templates/show_msg.html	Sat Jan 15 21:21:19 2011 +0530
+++ b/pytask/templates/show_msg.html	Sat Jan 15 21:21:49 2011 +0530
@@ -17,11 +17,4 @@
         {{message}}<br />
     {% endif %}
     You will be redirected to {{url_desc}} page in 5 seconds
-    <!--
-    {% if redirect_url %}
-        <a href="{{redirect_url}}">click here</a> to return to {{url_desc}}
-    {% else %}
-        <a href="/">click here</a> to return to Homepage
-    {% endif %}
-    -->
 {% endblock %}