[Notice] Announcing the End of Demo Server [Read me]
Suwon Chae 2015-03-05
board: fix unmodifiable notice status of notice post
@97e05b774ff31d02f1f1962533192ed85a814b3d
app/views/board/edit.scala.html
--- app/views/board/edit.scala.html
+++ app/views/board/edit.scala.html
@@ -60,7 +60,7 @@
         @** end of fileUploader **@
 
         <div class="right-txt mt10 mb10">
-          @if(isAllowedToNotice && !requestHeader.getQueryString("readme").equals(None)){
+          @if(isAllowedToNotice){
             @helper.input(form("notice")){(id, name, value, args) =>
             <label class="checkbox">
               <input type="checkbox" id="notice" name="notice" @toHtmlArgs(args) @(if(value.equals(Some("true"))) "checked" else "")/>
Add a comment
List