From e55def10ae7125031f88e926fe76bccfcf871949 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 25 Feb 2026 17:00:49 -0800 Subject: [PATCH] fiddling with index.html --- app.py | 2 +- templates/index.html | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/app.py b/app.py index 86c87cd..ae81aef 100644 --- a/app.py +++ b/app.py @@ -103,7 +103,7 @@ def index(): memory_file, mimetype='application/zip', as_attachment=True, - download_name='{}.zip'.format(filenameref) # Use download_name for modern Flask versions + download_name='{}-{}.zip'.format(filenameref,version) # Use download_name for modern Flask versions ) print(f"Reference: {reference}, Version: {version}, Text: {verse_text}, Error: {error}") diff --git a/templates/index.html b/templates/index.html index a2cdecf..db73679 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,22 +2,24 @@ - Scripture Reference Tool + Scripture Slide Generator for Foothill -

Scripture Reference Tool

+

Scripture Slide Generator for Foothill

+

Enter scripture reference and version, then press the download button. A zip file with slides in it will be downloaded. Unzip the file and drop the folder into the ProPresenter play list.







- +
{% if verse_html %}