Large textarea for posts
This commit is contained in:
parent
db0dac2b85
commit
bb054c8486
|
@ -68,7 +68,7 @@
|
|||
{% trans %}Comment{% endtrans %}
|
||||
</th>
|
||||
<td>
|
||||
<textarea name="body" id="body" rows="5" cols="30"></textarea>
|
||||
<textarea name="body" id="body" rows="5" cols="48"></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
{% if config.recaptcha %}
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
{% trans %}Comment{% endtrans %}
|
||||
</th>
|
||||
<td>
|
||||
<textarea name="body" id="body" rows="5" cols="30"></textarea>
|
||||
<textarea name="body" id="body" rows="5" cols="48"></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
{% if config.recaptcha %}
|
||||
|
|
Loading…
Reference in New Issue