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 %}