瀏覽代碼

디자인도

2DU 9 年之前
父節點
當前提交
2af6713a42
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      templates/index.html

+ 6 - 0
templates/index.html

@@ -89,6 +89,12 @@
             <h1 class="title">{{title}} <sub>(미리보기)</sub></h1>
             {% else %}
             <h1 class="title">{{title}} <sub>(수정)</sub></h1>
+            {% endif %}
+            {% if notice %}
+            <br>
+            <span>{{notice}}</span>
+            <br>
+            <br>
             {% endif %}
 			<form id="usrform" name="f1" method="POST" action="/edit/{{page}}">
 				<textarea rows="30" cols="100" name="content" form="usrform">{{data}}</textarea>