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