Large textarea for posts

This commit is contained in:
Savetheinternet 2011-11-22 15:05:22 +11:00
parent db0dac2b85
commit bb054c8486
2 changed files with 2 additions and 2 deletions

View File

@ -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 %}

View File

@ -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 %}