diff --git a/app/views/how-tos/build-basic-prototype/branching.html b/app/views/how-tos/build-basic-prototype/branching.html index b7f0d4e..e49d8ac 100644 --- a/app/views/how-tos/build-basic-prototype/branching.html +++ b/app/views/how-tos/build-basic-prototype/branching.html @@ -33,7 +33,7 @@

Create an ineligible page

Make an {{exampleIneligible.url}}.html page by copying content-page.html from - docs/views/templates to + lib/example-templates to app/views.

diff --git a/app/views/how-tos/build-basic-prototype/create-pages.html b/app/views/how-tos/build-basic-prototype/create-pages.html index 75d8de6..5ac7310 100644 --- a/app/views/how-tos/build-basic-prototype/create-pages.html +++ b/app/views/how-tos/build-basic-prototype/create-pages.html @@ -7,7 +7,7 @@

Create a start page

Copy the {{exampleStart.url}}.html file - from docs/views/templates to + from lib/example-templates to app/views.

@@ -52,7 +52,7 @@

Question pages

Make 2 copies of the question-page.html file from - docs/views/templates to + lib/example-templates to app/views.

Rename the 2 file copies to:

@@ -91,7 +91,7 @@

Check answers page

Copy the {{exampleCheckAnswers.url}}.html file - from docs/views/templates to + from lib/example-templates to app/views.

@@ -106,7 +106,7 @@

Confirmation page

Copy the {{exampleConfirmation.url}}.html file - from docs/views/templates to + from lib/example-templates to app/views.

diff --git a/app/views/how-tos/build-basic-prototype/index.html b/app/views/how-tos/build-basic-prototype/index.html index aa792e9..99c85b9 100644 --- a/app/views/how-tos/build-basic-prototype/index.html +++ b/app/views/how-tos/build-basic-prototype/index.html @@ -18,7 +18,7 @@

  • show a confirmation page
  • -It will take about an hour to finish this tutorial, after you install the prototype kit. +It will take about an hour to finish this tutorial, after you install the prototype kit.

    diff --git a/app/views/how-tos/build-basic-prototype/open-prototype-in-editor.html b/app/views/how-tos/build-basic-prototype/open-prototype-in-editor.html index 09dd532..4f558c4 100644 --- a/app/views/how-tos/build-basic-prototype/open-prototype-in-editor.html +++ b/app/views/how-tos/build-basic-prototype/open-prototype-in-editor.html @@ -24,10 +24,6 @@

    Overview of folders in the prototype kit

    routes.js is for advanced logic – for example, if a user should go to one page or another based on their answers (we'll cover this later) -
  • - /docs/views/templates has template - pages for you to copy into your prototype -
  • {% endblock %} diff --git a/app/views/page-templates.html b/app/views/page-templates.html index 06efc09..dd1c553 100644 --- a/app/views/page-templates.html +++ b/app/views/page-templates.html @@ -18,7 +18,9 @@

    Page templates

    -

    You can find some example templates for pages in the /docs/views/templates folder within your prototype. These include:

    +

    You can find some example templates for pages in the /lib/example-templates folder within your prototype (or /docs/templates in older versions of the kit).

    + +

    These include: