Skip to content

Commit

Permalink
added Flask-MakoTemplates to extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
benselme committed Jul 8, 2012
1 parent e93f373 commit eca4fc3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions flask_website/listings/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,15 @@ def docserver(self):
github='kennethreitz/flask-heroku',
approved=False
),
Extension('Flask-MakoTemplates', 'Beranger Enselme',
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/',
approved=False
),
]


Expand Down

0 comments on commit eca4fc3

Please sign in to comment.