Browse Source

Larger textarea for posts

pull/40/head
Savetheinternet 13 years ago
parent
commit
6f36006e2a
  1. 2
      templates/index.html
  2. 2
      templates/thread.html

2
templates/index.html

@ -68,7 +68,7 @@
{% trans %}Comment{% endtrans %}
</th>
<td>
<textarea name="body" id="body" rows="5" cols="48"></textarea>
<textarea name="body" id="body" rows="5" cols="35"></textarea>
</td>
</tr>
{% if config.recaptcha %}

2
templates/thread.html

@ -69,7 +69,7 @@
{% trans %}Comment{% endtrans %}
</th>
<td>
<textarea name="body" id="body" rows="5" cols="48"></textarea>
<textarea name="body" id="body" rows="5" cols="35"></textarea>
</td>
</tr>
{% if config.recaptcha %}

Loading…
Cancel
Save