# HG changeset patch # User raph # Date 1266942583 -32400 # Node ID 22e994a991fc97823799ca4e3c2f383c1f7e96fd # Parent e403cc287ea62dc1c089182e59d6097f92c57843# Parent a2385dbbe97cb752b03752570a3dd1d26ba0b56a Merge with a2385dbbe97cb752b03752570a3dd1d26ba0b56a diff -r a2385dbbe97c -r 22e994a991fc src/cm/templates/site/text_list.html --- a/src/cm/templates/site/text_list.html Mon Feb 22 23:07:40 2010 +0100 +++ b/src/cm/templates/site/text_list.html Wed Feb 24 01:29:43 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 %}'; }); } });