Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion websauna/newsletter/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def configure_templates(self):
super(Initializer, self).configure_templates()

# Your app templates go here
self.config.add_jinja2_search_path('websauna.magiclogin:demotemplates', name='.html', prepend=True)
self.config.add_jinja2_search_path('websauna.newsletter:demotemplates', name='.html', prepend=True)

def run(self):
super(Initializer, self).run()
Expand Down