diff --git a/app/blueprints/fund_builder/routes.py b/app/blueprints/fund_builder/routes.py index 4835340..046dd10 100644 --- a/app/blueprints/fund_builder/routes.py +++ b/app/blueprints/fund_builder/routes.py @@ -230,9 +230,9 @@ def create_export_files(round_id): round_short_name = get_round_by_id(round_id).short_name # Directory to zip - directory_to_zip = f"app/export/config_generator/output/{round_short_name}/" + directory_to_zip = f"app/export_config/output/{round_short_name}/" # Output zip file path (temporary) - output_zip_path = f"app/export/config_generator/output/{round_short_name}.zip" + output_zip_path = f"app/export_config/output/{round_short_name}.zip" # Create a zip archive of the directory shutil.make_archive(output_zip_path.replace(".zip", ""), "zip", directory_to_zip) diff --git a/app/blueprints/self_serve/templates/index.html b/app/blueprints/self_serve/templates/index.html index b3f3003..85959b4 100644 --- a/app/blueprints/self_serve/templates/index.html +++ b/app/blueprints/self_serve/templates/index.html @@ -19,18 +19,17 @@

What do you want to do?

-

Template Management

+

Template Management (post PoC)

-

Fund Configuration

+

Fund Configuration (PoC)