src/cm/templates/site/text_list.html
changeset 198 fb01c90c0a39
parent 193 e403cc287ea6
child 237 48c4d74c5cd9
--- a/src/cm/templates/site/text_list.html	Wed Feb 24 20:03:18 2010 +0100
+++ b/src/cm/templates/site/text_list.html	Wed Feb 24 20:10:36 2010 +0100
@@ -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 %}';
                                     });                        
                             }
                         });