add a linebreak befor support message
This commit is contained in:
parent
83a18837ec
commit
16aeb59d82
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class Organization(ServalaModelMixin, models.Model):
|
||||||
"Need help? We're happy to help via the <a href='{support_url}'>support form</a>."
|
"Need help? We're happy to help via the <a href='{support_url}'>support form</a>."
|
||||||
).format(support_url=self.urls.support)
|
).format(support_url=self.urls.support)
|
||||||
return mark_safe(
|
return mark_safe(
|
||||||
f'{message} <i class="bi bi-person-raised-hand"></i> {support_message}'
|
f'{message} <br /><i class="bi bi-person-raised-hand"></i> {support_message}'
|
||||||
)
|
)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue