Skip to content

Commit

Permalink
+ adding tipee as alternative (#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
trebmuh authored and Changaco committed Feb 8, 2019
1 parent b97ecf3 commit 03f627e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion www/about/alternatives/%platform.spt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from collections import OrderedDict
from itertools import chain

PLATFORM_NAMES = ['', 'Flattr', 'Open Collective', 'Patreon']
PLATFORM_NAMES = ['', 'Flattr', 'Open Collective', 'Patreon', 'Tipeee']
PLATFORM_SLUGS = OrderedDict((name.replace(' ', '').lower(), name) for name in PLATFORM_NAMES)
NAV_ITEMS = [
('/' + slug, name) for slug, name in PLATFORM_SLUGS.items() if slug
Expand Down Expand Up @@ -52,6 +52,10 @@ else:

<p>TODO</p>

% elif platform_slug == 'tipeee'

<p>TODO</p>

% endif

% endblock

0 comments on commit 03f627e

Please sign in to comment.