fix: extra ")}" in 500 error page

The 500 page included ugly ")}" characters.
This commit is contained in:
Régis Behmo
2021-04-13 20:52:48 +02:00
committed by Ned Batchelder
parent 83367c8430
commit e58ad6c809

View File

@@ -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.")}
)}
</p>
</article>
</section>