Commit 0a9ad219 authored by Michal Čihař's avatar Michal Čihař

Fixed donation links (closes #429)

parent c6379c02
......@@ -68,12 +68,12 @@ class AdvertisementManager(models.Manager):
elif placement == Advertisement.PLACEMENT_MAIL_HTML:
text = random.choice([
u'<a href="{0}">{1}</a>'.format(
_('Donate to Weblate'),
DONATE,
_('Donate to Weblate'),
),
u'<a href="{0}">{1}</a>'.format(
_('Support Weblate using GitTip'),
GITTIP,
_('Support Weblate using GitTip'),
),
])
return Advertisement(
......
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