{% extends 'base.html' %} {% block content %}
{{ form.location.label }} {{ form.location }}
{{ form.days.label }} {{ form.days }}
{{ form.forecast_type.label }} {{ form.forecast_type }}
{{ form.submit() }}