소스 검색

디자인도

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>