diff --git a/challenges/templates/challenges/edp/build.html b/challenges/templates/challenges/edp/build.html index 5e037c76..60def7e6 100644 --- a/challenges/templates/challenges/edp/build.html +++ b/challenges/templates/challenges/edp/build.html @@ -2,27 +2,12 @@ {% load widget_tweaks %} -{% block under_nav_header_content %} -
{{ challenge.build_subheader }}
-{% endblock %} - {% block left_panel %} -
What step are you on?
+What step are you on?
+{{challenge.build_call_to_action}} Did it work like you thought it would?
{% block step_form %}{{ challenge.name }}
{% endblock %} + {% block alerts %}{% endblock %} {% if challenge.draft %} diff --git a/challenges/templates/challenges/edp/plan.html b/challenges/templates/challenges/edp/plan.html index 8ce3bb69..645fd152 100644 --- a/challenges/templates/challenges/edp/plan.html +++ b/challenges/templates/challenges/edp/plan.html @@ -3,16 +3,12 @@ {% load widget_tweaks %} {% load resized %} -{% block under_nav_header_content %} -Plan your project
-{{ challenge.plan_subheader }}
-{% endblock %} - {% block left_panel %} {% block commenting_bubble %} -Post your plan!
+Post your plan!
+{{ challenge.plan_subheader }}
{% block post_your_plan %}Document your design process
-{{ challenge.reflect_subheader }}
-{% endblock %} - {% block left_panel %} -You've made great progress on this challenge. I think you are ready to move on to the next step.
-Reflect on your design.
-Reflect Quiz
Reflect
Are you finished with your project? Reflect on your work by answering a question below! Then you'll be able to share your design in the Inspiration Gallery.
@@ -70,6 +54,10 @@