diff --git a/views/page-start-a-dojo.twig b/views/page-start-a-dojo.twig
index 93e9de1..4178b56 100644
--- a/views/page-start-a-dojo.twig
+++ b/views/page-start-a-dojo.twig
@@ -8,14 +8,15 @@
{{post.title}}
{{broken_content[0]}}
- {% include 'cta.twig' with {'buttontext': 'Create A Dojo', 'target': 'https://zen.coderdojo.com/start-dojo' } %}
+ {% include 'cta.twig' with {'buttontext': 'Start A Dojo', 'target': 'https://zen.coderdojo.com/start-dojo' } %}
{{broken_content[1]}}
- {% include 'video.twig' with {'videoOne': 'https://www.youtube.com/embed/c7ROVdcyk7s' } %}
-
+
{{broken_content[2]}}
- {% include 'map.twig' %}
+ {% include 'cta.twig' with {'buttontext': 'Start a Dojo', 'target': 'https://zen.coderdojo.com/start-dojo' } %}
+
+ {% include 'video.twig' with {'videoOne': 'https://www.youtube.com/embed/c7ROVdcyk7s' } %}
{% endblock %}