stay on text list after text deletion (fixes #54)
authorraph
Wed, 24 Feb 2010 01:21:11 +0900
changeset 193 e403cc287ea6
parent 189 3cebfa984ece
child 194 22e994a991fc
stay on text list after text deletion (fixes #54)
src/cm/templates/site/text_list.html
--- 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 %}';
                                     });                        
                             }
                         });