mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
[FIX] website_rma: remove default space characters in website form description input
This commit is contained in:
@@ -124,11 +124,9 @@
|
|||||||
class="form-control o_website_form_input"
|
class="form-control o_website_form_input"
|
||||||
name="description"
|
name="description"
|
||||||
required=""
|
required=""
|
||||||
>
|
><t
|
||||||
<t
|
|
||||||
t-esc="request.params.get('description', '')"
|
t-esc="request.params.get('description', '')"
|
||||||
/>
|
/></textarea>
|
||||||
</textarea>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group row">
|
<div class="form-group row">
|
||||||
|
|||||||
Reference in New Issue
Block a user