diff --git a/spotproviders/gma.py b/spotproviders/gma.py index 9803459..3362ff4 100644 --- a/spotproviders/gma.py +++ b/spotproviders/gma.py @@ -14,9 +14,9 @@ class GMA(HTTPSpotProvider): """Spot provider for General Mountain Activity""" POLL_INTERVAL_SEC = 120 - SPOTS_URL = "https://www.cqgma.org/api/spots/25/" + SPOTS_URL = "https://www.gma.rocks/api/spots/25/" # GMA spots don't contain the details of the programme they are for, we need a separate lookup for that - REF_INFO_URL_ROOT = "https://www.cqgma.org/api/ref/?" + REF_INFO_URL_ROOT = "https://www.gma.rocks/api/ref/?" def __init__(self, provider_config): # Ensure there is an API key in our config, and set up the query URL using it. If no key is provided, diff --git a/templates/add_spot.html b/templates/add_spot.html index 37f9abc..6c39319 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 81edeca..edc0f76 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -75,7 +75,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index 413c88a..afa7b3f 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -75,8 +75,8 @@ - - + + diff --git a/templates/base.html b/templates/base.html index 4f35bc9..9cc6090 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,6 @@ {% extends "skeleton.html" %} {% block head_extra %} - + @@ -10,10 +10,10 @@ - - - - + + + + {% end %} {% block body %}
diff --git a/templates/conditions.html b/templates/conditions.html index 2aa95e5..9ca3167 100644 --- a/templates/conditions.html +++ b/templates/conditions.html @@ -284,7 +284,7 @@
- + diff --git a/templates/map.html b/templates/map.html index 47ff105..13db931 100644 --- a/templates/map.html +++ b/templates/map.html @@ -95,8 +95,8 @@ - - + + diff --git a/templates/spots.html b/templates/spots.html index fca68cc..1e41720 100644 --- a/templates/spots.html +++ b/templates/spots.html @@ -116,8 +116,8 @@ - - + + diff --git a/templates/status.html b/templates/status.html index ccb3443..4bcffb6 100644 --- a/templates/status.html +++ b/templates/status.html @@ -59,7 +59,7 @@ - +