[FIX] website_rma: remove default space characters in website form description input

This commit is contained in:
Ernesto Tejeda
2021-01-20 08:28:56 -05:00
committed by iwkse
parent 73c166e067
commit f3e9e35e50

View File

@@ -124,11 +124,9 @@
class="form-control o_website_form_input"
name="description"
required=""
>
<t
><t
t-esc="request.params.get('description', '')"
/>
</textarea>
/></textarea>
</div>
</div>
<div class="form-group row">