diff options
Diffstat (limited to 'src/templates/index.html')
-rw-r--r-- | src/templates/index.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/templates/index.html b/src/templates/index.html index da2a19a..dae4c7e 100644 --- a/src/templates/index.html +++ b/src/templates/index.html | |||
@@ -1,9 +1,14 @@ | |||
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>Enter a Location</h1> | 5 | <h1 class=index-header>Enter a Location</h1> |
6 | </div> | 6 | </div> |
7 | {% if msg is defined %} | ||
8 | <div class=index-header> | ||
9 | <h2 class=index-header>{{ msg }}</h2> | ||
10 | </div> | ||
11 | {% endif %} | ||
7 | <div class=index-form> | 12 | <div class=index-form> |
8 | <form method="post"> | 13 | <form method="post"> |
9 | {{ form.csrf_token }} | 14 | {{ form.csrf_token }} |