From ffc0a2ba9a9dd98a3f980ef4286fd37fc72126b4 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Wed, 15 Nov 2023 21:35:59 +1100 Subject: [PATCH] fix: Remove any quotes from error message --- sites/website.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/website.py b/sites/website.py index 83b0e12..1e36f77 100644 --- a/sites/website.py +++ b/sites/website.py @@ -45,7 +45,7 @@ def render(data,db_object): hns_icon = "assets/img/HNS.png" except Exception as e: - return "

Invalid data


Please contact support


This can often be fixed by saving your site again in the editor


" + "" + return "

Invalid data


Please contact support


This can often be fixed by saving your site again in the editor


" + "" return render_template('city.html',html=html,bg_colour=bg_colour,text_colour=text_colour,