diff --git a/templates/character-biography.hbs b/templates/character-biography.hbs index ac48acc..f5c7f2f 100644 --- a/templates/character-biography.hbs +++ b/templates/character-biography.hbs @@ -1,5 +1,17 @@
+ {{!-- Description / Biographie --}} +
+
{{localize "CELESTOPOL.Actor.description"}}
+ {{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true}} +
+ + {{!-- Notes --}} +
+
{{localize "CELESTOPOL.Actor.notes"}}
+ {{formInput systemFields.notes enriched=enrichedNotes value=system.notes name="system.notes" toggled=true}} +
+ {{!-- Section XP --}}
{{localize "CELESTOPOL.XP.title"}}
@@ -71,15 +83,4 @@
- {{!-- Description / Biographie --}} -
-
{{localize "CELESTOPOL.Actor.description"}}
- {{formInput systemFields.description enriched=enrichedDescription value=system.description name="system.description" toggled=true}} -
- - {{!-- Notes --}} -
-
{{localize "CELESTOPOL.Actor.notes"}}
- {{formInput systemFields.notes enriched=enrichedNotes value=system.notes name="system.notes" toggled=true}} -