From 18f1d314b72526ca59b6496fac5f3c743a5aee7b Mon Sep 17 00:00:00 2001 From: sladecraven Date: Sun, 4 Apr 2021 18:42:09 +0200 Subject: [PATCH] #171 - Gestion potion de soins (WIP) --- templates/item-livre-sheet.html | 10 +++++----- templates/item-potion-sheet.html | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) 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}} + + {{/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}} - - {{/if}}