[fix] test case

This commit is contained in:
Anand Doshi 2015-03-13 11:47:55 +05:30
parent ac6b23cf27
commit f9f08fe305

View file

@ -259,7 +259,7 @@ frappe.ready(function() {
$(".comments, .introduction").addClass("hide");
scroll(0, 0);
$(".form-message")
.html('{{ success_message or __("Thank You") }}'
.html('{{ success_message or _("Thank You") }}'
+ '<p><a href="{{ success_url }}">{{ _("Continue") }}</a></p>')
.removeClass("hide");
}