mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Better note field display
This commit is contained in:
parent
89a0d295fe
commit
0402d71db7
1 changed files with 5 additions and 13 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue