Enter Flight details to View Schedule.

{% csrf_token %}
{% csrf_token %} *Source City:


*Destination City:

{% if messages %} {{messages}} {% endif %} {% for var in q %} {{var.flightid.flightid}}
{{ var.source }} {{ var.departure }}
{{ var.destination }} {{ var.arrival }}
{% endfor %}