diff --git a/core/constants.py b/core/constants.py index d2669a4..f33d3bc 100644 --- a/core/constants.py +++ b/core/constants.py @@ -341,5 +341,6 @@ PROPAGATION_MODES = { "MS": "Meteor scatter", "RS": "Rain scatter", "AS": "Aircraft scatter", + "ACS": "Aircraft scatter", "SAT": "Satellite", } diff --git a/templates/add_spot.html b/templates/add_spot.html index f91ed41..18bd382 100644 --- a/templates/add_spot.html +++ b/templates/add_spot.html @@ -77,7 +77,7 @@ - + diff --git a/templates/alerts.html b/templates/alerts.html index 2838321..e9fed46 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -84,7 +84,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index 11d44d6..d408b8e 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -76,8 +76,8 @@ - - + + diff --git a/templates/base.html b/templates/base.html index 0d9ae2e..f1bc96a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,6 @@ {% extends "skeleton.html" %} {% block head_extra %} - + @@ -16,10 +16,10 @@ window.fetchEventSource = fetchEventSource; - - - - + + + + {% end %} {% block body %}