adding description textarea field

This commit is contained in:
2021-02-23 15:42:01 +01:00
parent 2c18b10aa0
commit ecafda9cfd
4 changed files with 83 additions and 5 deletions

View File

@@ -21,6 +21,10 @@
<th scope="row">{{'Alcool'}}</th>
<td>{{ beer.alcool|format_percent_number({rounding_mode: 'floor', fraction_digit: 1}) }}</td>
</tr>
<tr>
<th scope="row">{{'Description'}}</th>
<td>{{ beer.description }}</td>
</tr>
</tbody>
</table>