Skip to content

Commit

Permalink
Update flask_website/listings/extensions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
benselme committed Jul 22, 2012
1 parent eca4fc3 commit dfe8bbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flask_website/listings/extensions.py
Expand Up @@ -491,13 +491,13 @@ def docserver(self):
github='kennethreitz/flask-heroku',
approved=False
),
Extension('Flask-MakoTemplates', 'Beranger Enselme',
Extension('Flask-Mako', 'Beranger Enselme, Frank Murphy',
description='''
<p>Allows for <a href="http://www.makotemplates.org/">Mako templates</a>
to be used instead of Jinja2
''',
github='benselme/flask-makotemplates',
docs='http://packages.python.org/Flask-MakoTemplates/',
github='benselme/flask-mako',
docs='http://packages.python.org/Flask-Mako/',
approved=False
),
]
Expand Down

0 comments on commit dfe8bbb

Please sign in to comment.