Larger textarea for posts
This commit is contained in:
parent
bb054c8486
commit
6f36006e2a
@ -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 %}
|
||||
|
@ -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…
Reference in New Issue
Block a user