diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2024-11-14 01:20:05 -0500 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2024-11-14 01:20:05 -0500 |
| commit | 3f68ac783948c7d47974993854a1d317399d3b04 (patch) | |
| tree | b4c5413f54a5435b279977ba6835581bb4f36567 /dashboard_website/templates | |
| parent | 5d013db5968b4b1989a5b2eabf2ad651540240d9 (diff) | |
bug fixes from server testing, route previews, slight routing improvements
Diffstat (limited to 'dashboard_website/templates')
| -rw-r--r-- | dashboard_website/templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dashboard_website/templates/index.html b/dashboard_website/templates/index.html index 9c604e0..60e6eaf 100644 --- a/dashboard_website/templates/index.html +++ b/dashboard_website/templates/index.html @@ -2,7 +2,7 @@ <html style="height:100%"> <head> - <title>MMCH HQ</title> + <title>MMCHQ</title> <link rel="icon" type="image/x-icon" href="/static/img/favicon.ico"> <link rel="stylesheet" href="{{ url_for('static', filename='css/leaflet.css') }}" @@ -185,7 +185,7 @@ id="new_clue_info" autocomplete=off style="flex:1;" - placeholder="e.g., Savenor's Butcher"/> + placeholder="e.g., Savenor's Butcher (RIP)"/> </div> <div style="margin:5px;display:flex;flex-direction:row"><span>Longitude: </span> <input autocomplete=off type="input" |
