aboutsummaryrefslogtreecommitdiff
path: root/src/templates/location.html
diff options
context:
space:
mode:
authorSam Chudnick <sam@chudnick.com>2023-06-11 09:57:43 -0400
committerSam Chudnick <sam@chudnick.com>2023-06-11 09:57:43 -0400
commit386da379df831c5f3a467706c252c56781e473f5 (patch)
tree538b61db5eb8581e1b6e931ac1ef65b9544313e7 /src/templates/location.html
parentb3c58c63f0cba1a67c8669f776b2e7c841e1997a (diff)
Add error handling for when no location results are found
Diffstat (limited to 'src/templates/location.html')
-rw-r--r--src/templates/location.html2
1 files changed, 1 insertions, 1 deletions
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 @@
1{% extends 'base.html' %} 1{% extends 'base.html' %}
2{% block content %} 2{% block content %}
3<div class=content-noborder> 3<div class=content-noborder>
4 <div class=index-title> 4 <div class=index-header>
5 <h1>Select a Location</h1> 5 <h1>Select a Location</h1>
6 </div> 6 </div>
7 <div class=index-form> 7 <div class=index-form>