[Notice] Announcing the End of Demo Server [Read me]

board: fix unmodifiable notice status of notice post
@97e05b774ff31d02f1f1962533192ed85a814b3d
--- app/views/board/edit.scala.html
+++ app/views/board/edit.scala.html
... | ... | @@ -60,7 +60,7 @@ |
60 | 60 |
@** end of fileUploader **@ |
61 | 61 |
|
62 | 62 |
<div class="right-txt mt10 mb10"> |
63 |
- @if(isAllowedToNotice && !requestHeader.getQueryString("readme").equals(None)){ |
|
63 |
+ @if(isAllowedToNotice){ |
|
64 | 64 |
@helper.input(form("notice")){(id, name, value, args) => |
65 | 65 |
<label class="checkbox"> |
66 | 66 |
<input type="checkbox" id="notice" name="notice" @toHtmlArgs(args) @(if(value.equals(Some("true"))) "checked" else "")/> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?