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")
|
`(html (title "Outdated Data")
|
||||||
(body (h1 "Outdated Data")
|
(body (h1 "Outdated Data")
|
||||||
(p "The page or action you requested relies on outdated data")
|
(p "The page or action you requested relies on outdated data")
|
||||||
(p "Try to "
|
,(if url
|
||||||
(URL ,url "reload")
|
`(p "Try to "
|
||||||
" the page to get current data.")))))
|
(URL ,url "reload")
|
||||||
|
" the page to get current data.")
|
||||||
|
'())))))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;;; input-fields
|
;;; input-fields
|
||||||
|
|
Loading…
Reference in New Issue