Added handler for 412 Precondition Failed from SDK.
This commit is contained in:
11
src/templates/errors/412.jade
Normal file
11
src/templates/errors/412.jade
Normal file
@@ -0,0 +1,11 @@
|
||||
| {% extends "errors/layout.html" %}
|
||||
| {% block body %}
|
||||
#error_container.412.standalone
|
||||
#error_box
|
||||
.error-title 412. Precondition Failed.
|
||||
|
||||
.error-lead.
|
||||
Someone else also edited the thing you're trying to edit.
|
||||
Reload and try again.
|
||||
|
||||
| {% endblock %}
|
7
src/templates/errors/412_embed.jade
Normal file
7
src/templates/errors/412_embed.jade
Normal file
@@ -0,0 +1,7 @@
|
||||
#error_container.412
|
||||
#error_box
|
||||
.error-title 412. Precondition Failed.
|
||||
|
||||
.error-lead.
|
||||
Someone else also edited the thing you're trying to edit.
|
||||
Reload and try again.
|
Reference in New Issue
Block a user