diff --git a/core/constants.py b/core/constants.py index 6c17376..79ae465 100644 --- a/core/constants.py +++ b/core/constants.py @@ -263,6 +263,16 @@ SIGS = [ region_flag="🇮🇪", refs_globally_unique=False, ), + SIG( + name="DMF", + comment_names=["DMF"], + description="Diplôme des Moulins de France", + sig_type=SIGType.REGIONAL, + ref_type=SIGRefType.MILL, + icon="fa-fan", + region_flag="🇫🇷", + refs_globally_unique=False, + ), SIG( name="DME", comment_names=["DME"], diff --git a/templates/about.html b/templates/about.html index b39ff5e..2e21809 100644 --- a/templates/about.html +++ b/templates/about.html @@ -114,7 +114,7 @@ Faros de España (FEA), Diploma Muesos de España (DMUE), Diploma Castillos de España (DCE), Diploma Monumentos y Vestigios de España (DMVE), Diploma Estaciones de Ferrocarril de España (DEFE), Diploma Teatri Musei e Belle Arti (DTMBA), British Inland Waterways on the Air (BIWOTA), Castles on the Air (COTA), Polish Gmina Award (PGA), - EME/Moonbounce, Amateur Satellite (AMSAT), and Toilets on the Air.
+ Diplôme des Moulins de France (DMF), EME/Moonbounce, Amateur Satellite (AMSAT), and Toilets on the Air.As of the time of writing in August 2026, I think Spothole captures most outdoor radio programmes that have a defined, downloadable reference list, and almost certainly those that have a spotting/alerting API. If you know of one I've missed, please let me know!
diff --git a/templates/add_spot.html b/templates/add_spot.html index 4b98ffb..421c50f 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 b3d4f50..9260061 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -83,7 +83,7 @@ - + diff --git a/templates/bands.html b/templates/bands.html index c54fc3f..da2a866 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -76,8 +76,8 @@ - - + + diff --git a/templates/base.html b/templates/base.html index 9340159..22e4ddf 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 %}