Added handler for 412 Precondition Failed from SDK.

This commit is contained in:
2016-09-22 18:09:38 +02:00
parent 9514066893
commit 0f23ee7a08
3 changed files with 25 additions and 0 deletions

View 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 %}

View 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.