Fix code style

This commit is contained in:
Tobias Kunze 2025-07-11 13:17:56 +02:00
parent 2567c8455c
commit 73d9153eca

View file

@ -51,7 +51,8 @@ class SupportView(OrganizationViewMixin, FormView):
self.request, self.request,
mark_safe( mark_safe(
_( _(
'There was an error submitting your support request. Please try again or contact us directly at <a href="mailto:servala-support@vshn.ch">servala-support@vshn.ch</a>.' 'There was an error submitting your support request. "
"Please try again or contact us directly at <a href="mailto:servala-support@vshn.ch">servala-support@vshn.ch</a>.'
) )
), ),
) )