template/index.html
changeset 15 2dbb5e797989
parent 14 420517bb1a06
child 16 a5bbfbe5feb1
--- a/template/index.html	Wed Sep 02 23:51:12 2009 +0530
+++ b/template/index.html	Thu Sep 03 00:16:13 2009 +0530
@@ -38,7 +38,8 @@
 				<input type="submit" value="Upload" id="submit"/>
 			</form>
 		{% else %}			
-			Your Upload was successful!<br/>
+			Your Upload was successful!
+			You will be automatically redirected to the home page in 5 seconds<br/>
 			<script type="text/javascript"><!--
                 setTimeout('Redirect()',4000);
                 function Redirect()