diff --git a/flask_templates/index.html b/flask_templates/index.html index ea93c9c..757eda7 100644 --- a/flask_templates/index.html +++ b/flask_templates/index.html @@ -1,73 +1,73 @@ - - Input Form + Sparkytron Config + -

Warning!

-

This information is stored in PLAIN TEXT in a .env file!

-
- {% for key, value in key_value_pairs.items() %} - - -
- {% endfor %} - - {% with messages = get_flashed_messages() %} - {% if messages %} - {% for message in messages %} -
- {{ message }} - +
+

Warning!

+

This information is stored in PLAIN TEXT in a .env file!

+ + {% for key, value in key_value_pairs.items() %} +
+ +
+ +
- {% endfor %} - {% endif %} - {% endwith %} - + {% endfor %} + + + + {% with messages = get_flashed_messages() %} + {% if messages %} + {% for message in messages %} + + {% endfor %} + {% endif %} + {% endwith %} + +
\ No newline at end of file