14 lines
488 B
HTML
14 lines
488 B
HTML
|
<div class="flexcol">
|
||
|
<span><label>Description : </label></span>
|
||
|
<div class="form-group editor">
|
||
|
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
||
|
</div>
|
||
|
</div>
|
||
|
{{#if isGM}}
|
||
|
<div class="flexcol">
|
||
|
<span><label>Description (MJ seulement): </label></span>
|
||
|
<div class="form-group editor">
|
||
|
{{editor content=data.descriptionmj target="data.descriptionmj" button=true owner=owner editable=editable}}
|
||
|
</div>
|
||
|
</div>
|
||
|
{{/if}}
|