From 7d3ba300e47f55b19e13229ad695f7f57d5774af Mon Sep 17 00:00:00 2001 From: Ben Arc Date: Wed, 14 Apr 2021 23:18:27 +0100 Subject: [PATCH] lnurl bug --- lnbits/extensions/copilot/templates/copilot/compose.html | 2 ++ lnbits/extensions/copilot/views.py | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lnbits/extensions/copilot/templates/copilot/compose.html b/lnbits/extensions/copilot/templates/copilot/compose.html index f1ae35c94..4accf85dd 100644 --- a/lnbits/extensions/copilot/templates/copilot/compose.html +++ b/lnbits/extensions/copilot/templates/copilot/compose.html @@ -14,12 +14,14 @@ class="fixed-bottom-right" > + {% raw %} + {% endraw %} ") async def panel(copilot_id): copilot = await get_copilot(copilot_id) or abort( HTTPStatus.NOT_FOUND, "Copilot link does not exist." ) - print(copilot.lnurl) - return await render_template("copilot/panel.html", copilot=copilot, lnurl=copilot.lnurl) \ No newline at end of file + return await render_template("copilot/panel.html", copilot=copilot) \ No newline at end of file