Merge pull request #3238 from marcore/master

The link to TECH_SUPPORT_EMAIL should have a mailto: protocol !
This commit is contained in:
David Baumgold
2014-04-08 13:05:29 -04:00
2 changed files with 2 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
platform_name=settings.PLATFORM_NAME
)}</h1>
<p>${_(u'Please wait a few seconds and then reload the page. If the problem persists, please email us at {email}.').format(
email=u'<a href="{email}">{email}</a>'.format(
email=u'<a href="mailto:{email}">{email}</a>'.format(
email=settings.TECH_SUPPORT_EMAIL
)
)}</p>