Fix code style
This commit is contained in:
parent
2567c8455c
commit
73d9153eca
1 changed files with 2 additions and 1 deletions
|
@ -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>.'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue