From 386da379df831c5f3a467706c252c56781e473f5 Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Sun, 11 Jun 2023 09:57:43 -0400 Subject: Add error handling for when no location results are found --- src/templates/location.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/templates/location.html') diff --git a/src/templates/location.html b/src/templates/location.html index fa691ea..432f14a 100644 --- a/src/templates/location.html +++ b/src/templates/location.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% block content %}
-
+

Select a Location

-- cgit v1.2.3