Fix uncaught parameter missing exceptions and missing error templates (#11702)
parent
12eed2edd8
commit
f21e27e914
@ -0,0 +1,5 @@
|
||||
- content_for :page_title do
|
||||
= t('errors.400')
|
||||
|
||||
- content_for :content do
|
||||
= t('errors.400')
|
@ -0,0 +1,5 @@
|
||||
- content_for :page_title do
|
||||
= t('errors.406')
|
||||
|
||||
- content_for :content do
|
||||
= t('errors.406')
|
@ -0,0 +1,5 @@
|
||||
- content_for :page_title do
|
||||
= t('errors.503')
|
||||
|
||||
- content_for :content do
|
||||
= t('errors.503')
|
Loading…
Reference in new issue