From e58ad6c809fd53bf09f8c96eb56ab1979667573d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 13 Apr 2021 20:52:48 +0200 Subject: [PATCH] fix: extra ")}" in 500 error page The 500 page included ugly ")}" characters. --- cms/templates/500.html | 1 - 1 file changed, 1 deletion(-) diff --git a/cms/templates/500.html b/cms/templates/500.html index ea99d6d036..6bd686b2b0 100644 --- a/cms/templates/500.html +++ b/cms/templates/500.html @@ -29,7 +29,6 @@ ${Text(_("{studio_name} Server Error")).format( studio_name=Text(settings.STUDIO_SHORT_NAME), )} ${_("We've logged the error and our staff is currently working to resolve this error as soon as possible.")} - )}