空タグを追加
This commit is contained in:
parent
4f1aa3df63
commit
e8bf2dc256
1 changed files with 4 additions and 5 deletions
|
@ -10,11 +10,10 @@
|
|||
<body>
|
||||
<h1>掲示板へようこそ!</h1>
|
||||
<p>良識のあるメッセージを心がけてください</p>
|
||||
<p>
|
||||
{% for i in range(max_page) %}
|
||||
<a href="/?page={{ i }}">{{ i }}</a>
|
||||
{% endfor %}
|
||||
</p>
|
||||
<p></p>
|
||||
<textarea placeholder="ここにメッセージを入力" rows="4" cols="50" id="message"></textarea>
|
||||
<input type="submit" value="今すぐ送信!" onclick="notePost();">
|
||||
{% for note in notes %}
|
||||
|
|
Loading…
Add table
Reference in a new issue