forked from mirror/django-mailbox
Escape HTML in help text.
This commit is contained in:
parent
6a1394eded
commit
0cdf0e4126
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class Mailbox(models.Model):
|
||||||
from_email = models.CharField(
|
from_email = models.CharField(
|
||||||
max_length=255,
|
max_length=255,
|
||||||
help_text="""
|
help_text="""
|
||||||
Example: MailBot <mailbot@yourdomain.com>
|
Example: MailBot <mailbot@yourdomain.com>
|
||||||
<br />
|
<br />
|
||||||
'From' header to set for outgoing email.
|
'From' header to set for outgoing email.
|
||||||
<br />
|
<br />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue