12 lines
261 B
Plaintext
12 lines
261 B
Plaintext
|
| {% 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 %}
|