If URL in SHOW-OUTDATED is #f, no reload address is shown.
This commit is contained in:
parent
29abe30461
commit
08eee1915b
|
@ -223,9 +223,11 @@
|
|||
`(html (title "Outdated Data")
|
||||
(body (h1 "Outdated Data")
|
||||
(p "The page or action you requested relies on outdated data")
|
||||
(p "Try to "
|
||||
(URL ,url "reload")
|
||||
" the page to get current data.")))))
|
||||
,(if url
|
||||
`(p "Try to "
|
||||
(URL ,url "reload")
|
||||
" the page to get current data.")
|
||||
'())))))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;; input-fields
|
||||
|
|
Loading…
Reference in New Issue