Skip to content

Commit

Permalink
add prompt to 422 page to check logs
Browse files Browse the repository at this point in the history
  • Loading branch information
NARKOZ committed Mar 4, 2013
1 parent 1909808 commit f9be80f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions guides/code/getting_started/public/422.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>The change you wanted was rejected (422)</title>
<style>
body
body
{
background-color: #efefef;
color: #2E2F30;
Expand Down Expand Up @@ -31,7 +31,7 @@
}
body>p
{
width: 33em;
width: 33em;
margin: 0 auto 1em;
padding: 1em 0;
background-color: #f7f7f7;
Expand All @@ -53,5 +53,6 @@
<h1>The change you wanted was rejected.</h1>
<p>Maybe you tried to change something you didn't have access to.</p>
</div>
<p>If you are the application owner check the logs for more information.</p>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>The change you wanted was rejected (422)</title>
<style>
body
body
{
background-color: #efefef;
color: #2E2F30;
Expand Down Expand Up @@ -31,7 +31,7 @@
}
body>p
{
width: 33em;
width: 33em;
margin: 0 auto 1em;
padding: 1em 0;
background-color: #f7f7f7;
Expand All @@ -53,5 +53,6 @@
<h1>The change you wanted was rejected.</h1>
<p>Maybe you tried to change something you didn't have access to.</p>
</div>
<p>If you are the application owner check the logs for more information.</p>
</body>
</html>

0 comments on commit f9be80f

Please sign in to comment.