update post fail page
This commit is contained in:
parent
2319327917
commit
dd2eb90230
@ -21,7 +21,7 @@ input[type="button"] {
|
|||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
#captcha_img {
|
#captcha_img, pre {
|
||||||
background: #D80000;
|
background: #D80000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -16,6 +16,6 @@ body {
|
|||||||
background: #FBFFC9;
|
background: #FBFFC9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar, table, thead, th, table {
|
.navbar, table, thead, th, table, pre {
|
||||||
background: #FFECBE;
|
background: #FFECBE;
|
||||||
}
|
}
|
||||||
|
@ -5,6 +5,6 @@
|
|||||||
<script type="text/javascript" src="{{prefix}}static/nntpchan.js"></script>
|
<script type="text/javascript" src="{{prefix}}static/nntpchan.js"></script>
|
||||||
<meta http-equiv="refresh" content="1; {{redirect_url}}" />
|
<meta http-equiv="refresh" content="1; {{redirect_url}}" />
|
||||||
<body>
|
<body>
|
||||||
<p>{{#i18n.Translations}}{{post_failed_label}}{{/i18n.Translations}}: {{reason}}</p>
|
<pre>{{#i18n.Translations}}{{post_failed_label}}{{/i18n.Translations}}: {{reason}}</pre>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user