flask-snippets
flask-snippets copied to clipboard
"Flask super" template snippet has a typo
Currently the fsuper template snippet inserts {{ self.supper() }} instead of the expected {{ self.super() }}.
Just a simple typo.