From 80e5ebc04346b1aba37158dedbdd4045c0a7c042 Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Sat, 10 Jun 2023 06:31:09 -0400 Subject: Moved files to src directory. Continued work on frontend. --- templates/index.html | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 templates/index.html (limited to 'templates/index.html') 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 @@ -{% extends 'base.html' %} - -{% block content %} -

{% block title %} Enter a Location {% endblock %}

-
- {{ form.csrf_token }} - {{ form.location }} - {{ form.submit() }} -
-{% endblock %} -- cgit v1.2.3