From b81e8026cc0683bc66dc56d82cb88085224d0d74 Mon Sep 17 00:00:00 2001 From: Dat Nguyen Date: Mon, 2 Dec 2019 11:58:10 -0600 Subject: final styling? --- Web/Server/templates/index.html | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'Web/Server/templates/index.html') diff --git a/Web/Server/templates/index.html b/Web/Server/templates/index.html index 730d6c5..6f7e738 100644 --- a/Web/Server/templates/index.html +++ b/Web/Server/templates/index.html @@ -2,17 +2,11 @@ {% block content %}
-

Upload a python file onto the Inverted Pendulum

+

Upload a python file onto the inverted pendulum

- {% with messages = get_flashed_messages() %} - {% if messages %} -

+ {% if error %} +

{{ error }}

{% endif %} - {% endwith %}

@@ -22,11 +16,11 @@

- +

-
+
{% endblock %} -- cgit v1.2.3