Skip to content
Snippets Groups Projects
Commit 3a6691fb authored by Cédric Krier's avatar Cédric Krier :atom:
Browse files

Add templates/service_providers to extra_files

parent 1b8c0e01
No related branches found
No related tags found
No related merge requests found
......@@ -414,7 +414,7 @@
mail_handler.setFormatter(formatter)
if __name__ == '__main__':
app.run(debug=True, extra_files=['templates'])
app.run(debug=True, extra_files=['templates', 'templates/service_providers'])
if not app.debug:
app.logger.addHandler(mail_handler)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment