diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/index.html b/templates/index.html deleted file mode 100644 index a877fef..0000000 --- a/templates/index.html +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | {% extends 'base.html' %} | ||
2 | |||
3 | {% block content %} | ||
4 | <h1>{% block title %} Enter a Location {% endblock %}</h1> | ||
5 | <form method="post"> | ||
6 | {{ form.csrf_token }} | ||
7 | {{ form.location }} | ||
8 | {{ form.submit() }} | ||
9 | </form> | ||
10 | {% endblock %} | ||