diff --git a/app.py b/app.py index aa1f288e704ab17231fd285cbdedfbc93a35f583_YXBwLnB5..968e4497cc6f847f3acae849f3bba2456d755c4d_YXBwLnB5 100755 --- a/app.py +++ b/app.py @@ -1056,10 +1056,11 @@ app.run( debug=ast.literal_eval(os.environ.get('DEBUG', 'True')), extra_files=[ - 'templates', - 'templates/service_providers', - 'templates/events', - 'templates/success_stories', + 'templates/*.html', + 'templates/events/*.html', + 'templates/guidelines/*.html', + 'templates/service_providers/*.html', + 'templates/success_stories/*.html', ]) if not app.debug: