2DU 9 vuotta sitten
vanhempi
sitoutus
2af6713a42
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  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>