[fix] test case
This commit is contained in:
parent
ac6b23cf27
commit
f9f08fe305
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue