diff --git a/lnbits/extensions/copilot/templates/copilot/compose.html b/lnbits/extensions/copilot/templates/copilot/compose.html
index f1ae35c9..4accf85d 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