Gestion des heritages
This commit is contained in:
@ -618,7 +618,7 @@
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label">Points d'héritage</label>
|
||||
<input type="text" class="" value="{{heritage}}" disabled data-dtype="String" />
|
||||
<input type="text" class="" value="{{system.heritage.value}}" value="{{system.heritage.value}}" data-dtype="String" />
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
@ -40,9 +40,7 @@
|
||||
</div>
|
||||
</li>
|
||||
{{#if (count skill.specList)}}
|
||||
<li class="item flexrow" data-item-id="{{skill._id}}" data-item-type="competence">
|
||||
<span class="specialisarion-margin item-field-label-long2">{{skill.specList}}</span>
|
||||
</li>
|
||||
{{/if}}
|
||||
|
||||
{{/each}}
|
||||
|
Reference in New Issue
Block a user