File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
< div class ="flex column full ">
2
2
< div class ="flex column heavy-border wrapper grow ">
3
3
< b class ="title "> {{localize "HEADER.NOTES"}}</ b >
4
- {{editor content=data.note target="data.note" button=true owner=owner editable=true}}
4
+ {{editor content=data.data. note target="data.note" button=true owner=owner editable=true}}
5
5
</ div >
6
6
</ div >
Original file line number Diff line number Diff line change 4
4
< div class ="flex row grow wrap margin ">
5
5
< div class ="motivation ">
6
6
< b > {{localize "BIO.MOTIVATION"}}</ b >
7
- < input name ="data.bio.motivation " type ="text " value ="{{data.bio.motivation}} "/>
7
+ < input name ="data.bio.motivation " type ="text " value ="{{data.data. bio.motivation}} "/>
8
8
</ div >
9
9
< div class ="trauma ">
10
10
< b > {{localize "BIO.TRAUMA"}}</ b >
11
- < input name ="data.bio.trauma " type ="text " value ="{{data.bio.trauma}} "/>
11
+ < input name ="data.bio.trauma " type ="text " value ="{{data.data. bio.trauma}} "/>
12
12
</ div >
13
13
< div class ="dark-secret ">
14
14
< b > {{localize "BIO.DARK_SECRET"}}</ b >
15
- < input name ="data.bio.darkSecret " type ="text " value ="{{data.bio.darkSecret}} "/>
15
+ < input name ="data.bio.darkSecret " type ="text " value ="{{data.data.data. bio.darkSecret}} "/>
16
16
</ div >
17
17
< div class ="advantage ">
18
18
< b > {{localize "ADVANTAGE"}}</ b >
19
19
< input name ="data.advantage " type ="text " value ="{{data.advantage}} "/>
20
20
</ div >
21
21
< div class ="memento ">
22
22
< b > {{localize "MEMENTO"}}</ b >
23
- < input name ="data.memento " type ="text " value ="{{data.memento}} "/>
23
+ < input name ="data.memento " type ="text " value ="{{data.data. memento}} "/>
24
24
</ div >
25
25
</ div >
26
26
</ div >
27
27
< div class ="flex column heavy-border wrapper grow ">
28
28
< b class ="title "> {{localize "HEADER.NOTES"}}</ b >
29
- {{editor content=data.note target="data.note" button=true owner=owner editable=true}}
29
+ {{editor content=data.data. note target="data.note" button=true owner=owner editable=true}}
30
30
</ div >
31
31
</ div >
You can’t perform that action at this time.
0 commit comments