Browse Source

Large textarea for posts

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

2
templates/index.html

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

2
templates/thread.html

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

Loading…
Cancel
Save