Files
fizzy/app/views/errors/unprocessable_entity.html.erb
T
2025-07-30 10:04:08 -05:00

10 lines
228 B
Plaintext

<% @page_title = "422 Unprocessable Entity" %>
<hgroup class="error-page__stamp">
<h1>422</h1>
<h2>Unprocessable entity</h2>
<hr />
<div>The server understands the request but was unable to process it.</div>
</hgroup>