diff --git a/static/js/ui-ham.js b/static/js/ui-ham.js index e63224e..f365784 100644 --- a/static/js/ui-ham.js +++ b/static/js/ui-ham.js @@ -345,6 +345,7 @@ const SIG_ICONS = { "SOTA": "fa-mountain-sun", "WWFF": "fa-seedling", "GMA": "fa-person-hiking", + "GMA Island": "fa-person-hiking", "WWBOTA": "fa-radiation", "HEMA": "fa-mound", "IOTA": "fa-book-atlas", @@ -372,6 +373,7 @@ const SIG_NAMES = { "SOTA": "Summits on the Air", "WWFF": "Worldwide Flora & Fauna", "GMA": "Global Mountain Activity", + "GMA Island": "Global Mountain Activity - Islands", "WWBOTA": "Bunkers on the Air", "HEMA": "Humps Excluding Marilyns Award", "IOTA": "Islands on the Air", diff --git a/templates/add_spot.html b/templates/add_spot.html index 3781ac6..78bc1fc 100644 --- a/templates/add_spot.html +++ b/templates/add_spot.html @@ -76,7 +76,7 @@ - + diff --git a/templates/alerts.html b/templates/alerts.html index 1e8515d..6e2f6f7 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -84,7 +84,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index e25eb27..b8d64cc 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -76,8 +76,8 @@ - - + + diff --git a/templates/base.html b/templates/base.html index 9e16f2c..ee334b2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,6 @@ {% extends "skeleton.html" %} {% block head_extra %} - + @@ -15,10 +15,10 @@ window.fetchEventSource = fetchEventSource; - - - - + + + + {% end %} {% block body %}