1
0
Fork 0

Escape HTML in help text.

This commit is contained in:
Adam Coddington 2012-10-28 12:27:20 -07:00
parent 6a1394eded
commit 0cdf0e4126

View file

@ -39,7 +39,7 @@ class Mailbox(models.Model):
from_email = models.CharField(
max_length=255,
help_text="""
Example: MailBot <mailbot@yourdomain.com>
Example: MailBot &lt;mailbot@yourdomain.com&gt;
<br />
'From' header to set for outgoing email.
<br />