Skip to content
Snippets Groups Projects
Verified Commit 77e4979f authored by Leonidas Spyropoulos's avatar Leonidas Spyropoulos
Browse files

fix: remove the extra spaces in requests textarea

parent 85af7d6f
No related branches found
No related tags found
No related merge requests found
Pipeline #100693 passed
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment