diff --git a/README.md b/README.md index 1d0fb4d..147bbf8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Theme Song Booth -**Version:** `v0.6.2` +**Version:** `v0.6.3` A Flask web application for running a convention booth where visitors request a custom AI-generated theme song. Operators manage the queue from an admin dashboard, generate Suno prompts, upload MP3 previews, collect payment, and deliver final songs by email. diff --git a/VERSION b/VERSION index b616048..844f6a9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.2 +0.6.3 diff --git a/templates/admin/request.html b/templates/admin/request.html index 75a4628..9c3cc79 100644 --- a/templates/admin/request.html +++ b/templates/admin/request.html @@ -439,18 +439,15 @@

Square Payment Reference: {{ req.square_payment_ref }}

{% endif %}
- - - + + + +
- +
-
-
- -
- +

Select files to deliver:

{% set all_files = [] %} @@ -476,11 +473,8 @@

No files available. Upload songs first.

{% endfor %} - -
- +
{% if req.customer_approved == 'none' %}

⚠️ Customer must approve a version before you can mark paid or deliver.