From ef50b5575a85f188434eddf7f49a73ae7c2e56b1 Mon Sep 17 00:00:00 2001
From: Ben Arc
Date: Tue, 20 Apr 2021 19:44:16 +0100
Subject: [PATCH] bool bug
---
.../copilot/templates/copilot/compose.html | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/lnbits/extensions/copilot/templates/copilot/compose.html b/lnbits/extensions/copilot/templates/copilot/compose.html
index 14a18b7cb..a8750eb71 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 }}
+ {% raw %}{{ copilot.lnurl_title }}{% endraw %}
- {{ price }}
+ {% raw %}{{ price }}{% endraw %}
Powered by LNbits/StreamerCopilot
-
{% endraw %} {% endblock %} {% block scripts %}
+
+
+{% endblock %} {% block scripts %}