Add "mailto" anchor to Professional Services

This commit is contained in:
Jonathan S. Katz
2018-04-15 13:35:24 -04:00
parent dc3fae85f0
commit c12102ec53
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ class ProfessionalService(models.Model):
org = models.OneToOneField(Organisation, null=False, blank=False,
db_column="organisation_id",
verbose_name="organisation",
help_text="If no organisations are listed, please check the <a href=\"/account/orglist/\">organisation list</a> and contact the organisation manager or webmaster@postgresql.org if none are listed.")
help_text="If no organisations are listed, please check the <a href=\"/account/orglist/\">organisation list</a> and contact the organisation manager or <a href=\"mailto:webmaster@postgresql.org\">webmaster@postgresql.org</a> if none are listed.")
description = models.TextField(null=False,blank=False)
employees = models.CharField(max_length=32, null=True, blank=True)
locations = models.CharField(max_length=128, null=True, blank=True)