From 483b7f7e0d6776874d5e5554ee507a91b29cd684 Mon Sep 17 00:00:00 2001 From: Asher Morgan <59518073+ashermorgan@users.noreply.github.com> Date: Tue, 23 Jul 2024 12:52:59 -0700 Subject: [PATCH] Update step 2 lyric placeholder text --- songs2slides/static/create.css | 4 ++++ songs2slides/templates/create-step-2.html | 14 +++++--------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/songs2slides/static/create.css b/songs2slides/static/create.css index 738d53f..ebf4b19 100644 --- a/songs2slides/static/create.css +++ b/songs2slides/static/create.css @@ -62,6 +62,10 @@ tfoot td { } /* step 2 */ +#missing-message { + font-style: italic; +} + details { margin-bottom: 1rem; } diff --git a/songs2slides/templates/create-step-2.html b/songs2slides/templates/create-step-2.html index d3df466..6d09243 100644 --- a/songs2slides/templates/create-step-2.html +++ b/songs2slides/templates/create-step-2.html @@ -7,12 +7,6 @@ {% endblock head %} -{% set format_hint = -'Each stanza will appear on its own slide. ' + -'Stanzas must be separated by one blank line. ' + -'Three blank lines represent an empty slide.' -%} - {% block main %}

Step 2: Review Lyrics

@@ -20,7 +14,9 @@

Step 2: Review Lyrics

Review the parsed song lyrics below and make any necessary corrections.

- {{ format_hint }} + Each stanza will appear on its own slide. + Stanzas must be separated by one blank line. + Three blank lines represent an empty slide.

Step 2: Review Lyrics