| author | raph |
| Wed, 24 Feb 2010 01:29:43 +0900 | |
| changeset 194 | 22e994a991fc |
| parent 193 | e403cc287ea6 (diff) |
| parent 192 | a2385dbbe97c (current diff) |
| child 195 | b58d55229bdf |
--- 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 %}'; }); } });