1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00

Better note field display

This commit is contained in:
Mo 2022-06-27 00:20:56 +02:00
parent 89a0d295fe
commit 0402d71db7

View file

@ -99,19 +99,11 @@
<br>
<div class="d-inline-flex">
<table class="table">
<tbody>
<tr>
<th scope="row">
{{ form.note.label }}
</th>
<td>
{{ form.note }}
</td>
</tr>
</tbody>
</table>
<div class="form-group form-row">
<label for={{ form.note.id }} class="col-form-label">{{ form.note.label }}</label>
<div class="col">
{{ form.note }}
</div>
</div>
<p>{{ form.note.description }}</p>