fix: set /app as redirect for pageview home button (#17715)
This commit is contained in:
parent
d88d9f5186
commit
9b620bb648
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ frappe.show_message_page = function(opts) {
|
|||
<div class="text-center message-page-content">\
|
||||
%(img)s\
|
||||
<p class="lead">%(message)s</p>\
|
||||
<a class="btn btn-default btn-sm btn-home" href="#">%(home)s</a>\
|
||||
<a class="btn btn-default btn-sm btn-home" href="/app">%(home)s</a>\
|
||||
</div>\
|
||||
</div>', {
|
||||
img: opts.img || "",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue