From 6fa3d04aad627ffa4786b91acc24e4f3e8b70312 Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Thu, 8 Jun 2023 06:41:20 -0400 Subject: Update API to use open-meteo. Further frontend development. --- templates/index.html | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index 2d97379..a877fef 100644 --- a/templates/index.html +++ b/templates/index.html @@ -4,23 +4,7 @@

{% block title %} Enter a Location {% endblock %}

{{ form.csrf_token }} -

- {{ form.location.label }}
- {{ form.location }} -

-

- {{ form.days.label }}
- {{ form.days }} -

-

- {{ form.forecast_type.label }}
- {{ form.forecast_type }} -

-

{{ form.submit() }}

+ {{ form.location }} + {{ form.submit() }}
{% endblock %} - -
- {{ form.name.label }} {{ form.name(size=20) }} - -
-- cgit v1.2.3