aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
authorSam Chudnick <sam@chudnick.com>2023-06-10 06:31:09 -0400
committerSam Chudnick <sam@chudnick.com>2023-06-10 06:31:09 -0400
commit80e5ebc04346b1aba37158dedbdd4045c0a7c042 (patch)
treebddff185f21dde037d39973f82b4a5a8997ff7c9 /templates/index.html
parent6fa3d04aad627ffa4786b91acc24e4f3e8b70312 (diff)
Moved files to src directory. Continued work on frontend.
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html10
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 %}