Bug 32030: ERM - Switch 'description' and 'license info' to textarea

Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com>

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Jonathan Druart 2022-03-23 11:26:01 +01:00 committed by Tomas Cohen Arazi
parent 8c32f186d5
commit 48c1c03127
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -40,7 +40,7 @@
</li>
<li>
<label for="agreement_description">Description: </label>
<input
<textarea
id="agreement_description"
v-model="agreement.description"
placeholder="Description"
@ -149,7 +149,7 @@
<label for="agreement_license_info"
>License info:
</label>
<input
<textarea
id="agreement_license_info"
v-model="agreement.license_info"
placeholder="License info"