flask-snippets
flask-snippets copied to clipboard
Fix "Flask super" template snippet
Currently the fsuper template snippet inserts {{ self.supper() }} instead of the expected {{ self.super() }}.
This simply fixes the typo.
Fixes #19