File tree 2 files changed +15
-1
lines changed
controllers/au/org/ala/biocache/hubs
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -483,7 +483,7 @@ class OccurrenceController {
483
483
flash. message = " ${ ex.message} "
484
484
485
485
if (ex. getMessage() && ex. getMessage(). contains(" HTTP 404" )) {
486
- render view : ' ../notFound '
486
+ render view : ' ../occurrenceNotFound '
487
487
} else {
488
488
render view : ' ../error'
489
489
}
Original file line number Diff line number Diff line change
1
+ <!doctype html>
2
+ <html >
3
+ <head >
4
+ <title >Page Not Found</title >
5
+ <meta name =" layout" content =" ${ grailsApplication. config. getProperty(' skin.layout' ) } " >
6
+ <g:if env =" development" ><asset:stylesheet src =" errors.css" /></g:if >
7
+ </head >
8
+ <body >
9
+ <ul class =" errors" >
10
+ <li >Page not found</li >
11
+ <li >The requested record was not found. The supplied record ID is either incorrect or has been removed or replaced.</li >
12
+ </ul >
13
+ </body >
14
+ </html >
You can’t perform that action at this time.
0 commit comments