summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Yin <fkfd@fkfd.me>2022-02-23 21:05:57 +0800
committerFrederick Yin <fkfd@fkfd.me>2022-02-23 21:05:57 +0800
commit833e8e6c490f3725bd69dff39e3320b83433958a (patch)
treeb2f174411e56dbfdd10529ad7e1c793f12f838ef
parent012481fb1175ff5e14dd7af934100b29cd521544 (diff)
Mention JI Umbrella where it matters
-rw-r--r--jimbrella/templates/admin/index.html2
-rw-r--r--jimbrella/templates/admin/umbrellas.html2
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>