fix: remove the extra spaces in requests textarea

fixes: #503
Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
This commit is contained in:
Leonidas Spyropoulos 2024-06-09 23:20:43 +01:00
parent 85af7d6f04
commit 77e4979f79
No known key found for this signature in database
GPG key ID: 244740D17C7FD0EC

View file

@ -65,9 +65,7 @@
<label for="id_comments">{{ "Comments" | tr }}:</label>
<textarea id="id_comments" name="comments"
rows="5" cols="50"
maxlength="{{ max_chars_comment }}"
>{{ comments or '' }}
</textarea>
maxlength="{{ max_chars_comment }}">{{ comments or '' }}</textarea>
</p>
<p id="deletion_hint">