src/cm/templates/site/text_list.html
changeset 193 e403cc287ea6
parent 147 286863e6e2c1
child 237 48c4d74c5cd9
--- a/src/cm/templates/site/text_list.html	Tue Feb 16 09:20:12 2010 +0900
+++ b/src/cm/templates/site/text_list.html	Wed Feb 24 01:21:11 2010 +0900
@@ -167,7 +167,7 @@
                             question = "{% blocktrans %}Are you sure you want to delete this text?{% endblocktrans %}";
                             if (confirm(question)) {
                                 $.post(url, function(data){
-                                      window.location = '{% url index %}';
+                                      window.location = '{% url text %}';
                                     });                        
                             }
                         });