Commit 8c2f3fd7 by marcore

The link to TECH_SUPPORT_EMAIL should have a mailto: protocol !

parent 862828db
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
platform_name=settings.PLATFORM_NAME platform_name=settings.PLATFORM_NAME
)}</h1> )}</h1>
<p>${_(u'Please wait a few seconds and then reload the page. If the problem persists, please email us at {email}.').format( <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 email=settings.TECH_SUPPORT_EMAIL
) )
)}</p> )}</p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment