diff options
Diffstat (limited to 'jimbrella')
-rw-r--r-- | jimbrella/templates/admin/index.html | 2 | ||||
-rw-r--r-- | jimbrella/templates/admin/umbrellas.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/jimbrella/templates/admin/index.html b/jimbrella/templates/admin/index.html index 50b88ae..fbcb90d 100644 --- a/jimbrella/templates/admin/index.html +++ b/jimbrella/templates/admin/index.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1" /> </head> <body> - <h1>JI Umbrella Overview</h1> + <h1>Overview</h1> <div id="container"> {% include "admin/tabs.html" %} <!--Takes up full width of container--> diff --git a/jimbrella/templates/admin/umbrellas.html b/jimbrella/templates/admin/umbrellas.html index 500a386..f68104c 100644 --- a/jimbrella/templates/admin/umbrellas.html +++ b/jimbrella/templates/admin/umbrellas.html @@ -15,7 +15,7 @@ <!DOCTYPE html> <html> <head> - <title>JI Umbrella</title> + <title>Umbrellas - JI Umbrella</title> <link rel="stylesheet" href="/static/jimbrella.css" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> </head> |