Skip to content

Commit

Permalink
Merge pull request #6 from lnbits/fix_templates_path
Browse files Browse the repository at this point in the history
fix: templates path
  • Loading branch information
motorina0 authored May 24, 2024
2 parents da04fe3 + 47be9d7 commit 20203e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


def streamalerts_renderer():
return template_renderer(["lnbits/extensions/streamalerts/templates"])
return template_renderer(["streamalerts/templates"])


from .views import * # noqa: F401,F403
Expand Down

0 comments on commit 20203e1

Please sign in to comment.