Des descriptions accessibles

This commit is contained in:
2020-11-07 23:31:18 +01:00
parent 17f6056a96
commit 243e799722
23 changed files with 113 additions and 125 deletions

View File

@ -477,18 +477,14 @@
</ol>
</div>
</div>
<div class="flexcol flex-group-left">
<div class="flexcol">
<span><label>Biographie : </label></span>
<div class="form-group" style="height:200px">
<div class="form-group editor" style="height:400px !important; min-height: 400px !important;">
{{editor content=data.biographie target="data.biographie" button=true owner=owner editable=editable}}
</div>
<div class="form-group editor">
{{editor content=data.biographie target="data.biographie" button=true owner=owner editable=editable}}
</div>
<span><label>Notes : </label></span>
<div class="form-group" style="height:200px">
<div class="form-group editor" style="height:400px !important; min-height: 400px !important;">
{{editor content=data.notes target="data.notes" button=true owner=owner editable=editable}}
</div>
<div class="form-group editor">
{{editor content=data.notes target="data.notes" button=true owner=owner editable=editable}}
</div>
</div>
</div>