diff --git a/core/constants.py b/core/constants.py index 3acbe9a..88da781 100644 --- a/core/constants.py +++ b/core/constants.py @@ -102,5 +102,6 @@ PROPAGATION_MODES = { "AU": "Aurora", "MS": "Meteor scatter", "RS": "Rain scatter", - "AS": "Aircraft scatter" + "AS": "Aircraft scatter", + "SAT": "Satellite" } diff --git a/templates/add_spot.html b/templates/add_spot.html index 9a4de26..e5b659b 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 1064f3e..046fb14 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -75,7 +75,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index 235e97f..3a4b26c 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -75,8 +75,8 @@ - - + + diff --git a/templates/base.html b/templates/base.html index 455d4d4..d30a2ca 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 %}