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

@ -24,12 +24,10 @@
<label for="xp">Points de tâches obtenus<</label>
<input class="attribute-value" type="text" name="data.points_de_tache_courant" value="{{data.points_de_tache_courant}}" data-dtype="Number"/>
</div>
<header class="header-field">
<span>Description : </span>
</header>
<div class="form-group editor" style="height:200px">
<span><label>Description : </label></span>
<div class="form-group editor" style="min-height: 400px !important;">
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
</div>
</section>
</section>
</form>