some renaming

This commit is contained in:
Vlyan
2020-12-16 12:10:20 +01:00
parent 48356701b2
commit e079971168
28 changed files with 166 additions and 139 deletions

View File

@@ -185,16 +185,16 @@
<!--TODO in feat or props ? -->
Types de techniques accessibles
<div>
{{localizeFeat 'title'}}
{{#each featsList as |feat|}}
<label><input type="checkbox" name="step3_feat_{{feat}}">{{localizeFeat feat}}</label>
{{localizeTechnique 'title'}}
{{#each techniquesList as |technique|}}
<label><input type="checkbox" name="step3_technique_{{technique}}">{{localizeTechnique technique}}</label>
{{/each}}
</div>
<div>
Techniques de départ (2-5)
<textarea name="step3_feats">{{datas.step3_feats}}</textarea>
<!-- TODO Drag n drop feats-->
<textarea name="step3_techniques">{{datas.step3_techniques}}</textarea>
<!-- TODO Drag n drop techniques-->
</div>
<div>