diff --git a/providers/spot/gma.py b/providers/spot/gma.py index 509d48a..33c7036 100644 --- a/providers/spot/gma.py +++ b/providers/spot/gma.py @@ -103,6 +103,7 @@ class GMA(HTTPSpotProvider): # to determine if it's a SOTA summit. if ( spot.sig_refs + and ref_info and "reftype" in ref_info and ref_info["reftype"] not in ["POTA", "WWFF"] and ( diff --git a/templates/add_spot.html b/templates/add_spot.html index 1643655..d718fc2 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 e7bf8a2..39dc74d 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -84,7 +84,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index 7202836..f287b84 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -76,8 +76,8 @@ - - + + diff --git a/templates/base.html b/templates/base.html index 177f0ba..31d7b0f 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 %}