From 8f9c98a1e66b117b22597d7d0447725f01f10182 Mon Sep 17 00:00:00 2001 From: Ben Arc Date: Tue, 20 Apr 2021 19:38:43 +0100 Subject: [PATCH] fixed price check bool --- lnbits/extensions/copilot/templates/copilot/compose.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lnbits/extensions/copilot/templates/copilot/compose.html b/lnbits/extensions/copilot/templates/copilot/compose.html index 74468cfe..88813f9d 100644 --- a/lnbits/extensions/copilot/templates/copilot/compose.html +++ b/lnbits/extensions/copilot/templates/copilot/compose.html @@ -30,13 +30,13 @@ class="rounded-borders" >
- {% raw %}{{ copilot.lnurl_title }}{% endraw %} + {% raw %}{{ copilot.lnurl_title }}

- {% raw %}{{ price }}{% endraw %} + {{ price }}