Commit 337df3b5 authored by Michal Čihař's avatar Michal Čihař

Fix syntax error

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent e10296ee
......@@ -33,12 +33,12 @@ class AdvertisementManager(models.Manager):
_fallback_choices = (
(_('Donate to Weblate at {0}'), DONATE),
(_('Support Weblate at {0}'), GITTIP),
(_('More information about Weblate can be found at {0}', WEBLATE),
(_('More information about Weblate can be found at {0}'), WEBLATE),
)
_fallback_choices_html = (
(_('Donate to Weblate'), DONATE),
(_('Support Weblate using GitTip'), GITTIP),
(_('More information about Weblate', WEBLATE),
(_('More information about Weblate'), WEBLATE),
)
def get_advertisement(self, placement):
......
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