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. --- src/templates/location.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/templates/location.html (limited to 'src/templates/location.html') diff --git a/src/templates/location.html b/src/templates/location.html new file mode 100644 index 0000000..fa691ea --- /dev/null +++ b/src/templates/location.html @@ -0,0 +1,15 @@ +{% extends 'base.html' %} +{% block content %} +
+
+

Select a Location

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