Skip to content

Fix "Flask super" template snippet #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 16, 2023
Merged

Fix "Flask super" template snippet #18

merged 1 commit into from
Jun 16, 2023

Conversation

dumdoo
Copy link
Contributor

@dumdoo dumdoo commented Jul 2, 2022

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

Fixes #19

@cstrap cstrap merged commit db0a50c into cstrap:master Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Flask super" template snippet has a typo
2 participants