flask-snippets icon indicating copy to clipboard operation
flask-snippets copied to clipboard

Fix "Flask super" template snippet

Open dumdoo opened this issue 3 years ago • 0 comments

Currently the fsuper template snippet inserts {{ self.supper() }} instead of the expected {{ self.super() }}. This simply fixes the typo.

Fixes #19

dumdoo avatar Jul 02 '22 20:07 dumdoo