diff --git a/templates/alerts.html b/templates/alerts.html
index 430e1d4..3abb99f 100644
--- a/templates/alerts.html
+++ b/templates/alerts.html
@@ -19,7 +19,7 @@
- {% module Template("cards/dx-continent.html", web_ui_options=web_ui_options) %}
+ {% module Template("cards/dx_continent.html", web_ui_options=web_ui_options) %}
{% module Template("cards/sources.html", web_ui_options=web_ui_options) %}
diff --git a/templates/bands.html b/templates/bands.html
index dae2122..933ccc9 100644
--- a/templates/bands.html
+++ b/templates/bands.html
@@ -28,7 +28,7 @@
- {% module Template("cards/dx-continent.html", web_ui_options=web_ui_options) %}
+ {% module Template("cards/dx_continent.html", web_ui_options=web_ui_options) %}
{% module Template("cards/de_continent.html", web_ui_options=web_ui_options) %}
diff --git a/templates/map.html b/templates/map.html
index c591972..e96fe11 100644
--- a/templates/map.html
+++ b/templates/map.html
@@ -42,7 +42,7 @@
- {% module Template("cards/dx-continent.html", web_ui_options=web_ui_options) %}
+ {% module Template("cards/dx_continent.html", web_ui_options=web_ui_options) %}
{% module Template("cards/de_continent.html", web_ui_options=web_ui_options) %}
diff --git a/templates/spots.html b/templates/spots.html
index 0afb17f..3811a4c 100644
--- a/templates/spots.html
+++ b/templates/spots.html
@@ -47,7 +47,7 @@
- {% module Template("cards/dx-continent.html", web_ui_options=web_ui_options) %}
+ {% module Template("cards/dx_continent.html", web_ui_options=web_ui_options) %}
{% module Template("cards/de_continent.html", web_ui_options=web_ui_options) %}