diff --git a/templates/item-livre-sheet.html b/templates/item-livre-sheet.html index 95224cc6..276b7703 100644 --- a/templates/item-livre-sheet.html +++ b/templates/item-livre-sheet.html @@ -3,6 +3,11 @@

+ {{#if isOwned}} +
+ Créer une tâche de lecture +
+ {{/if}}
@@ -54,11 +59,6 @@ - {{#if isOwned}} -
- Créer une tâche de lecture -
- {{/if}}
diff --git a/templates/item-potion-sheet.html b/templates/item-potion-sheet.html index 174a677d..7164df1e 100644 --- a/templates/item-potion-sheet.html +++ b/templates/item-potion-sheet.html @@ -3,6 +3,11 @@

+ {{#if isOwned}} + + {{/if}}
@@ -85,11 +90,6 @@
{{/if}} - {{#if isOwned}} -
- Consommer cette potion -
- {{/if}}