{% extends 'base.html' %} {% block content %} <h1>{% block title %} Enter a Location {% endblock %}</h1> <form method="post"> {{ form.csrf_token }} {{ form.location }} {{ form.submit() }} </form> {% endblock %}