diff --git a/prototype/app/views/data-format.html b/prototype/app/views/data-format.html new file mode 100644 index 000000000..4f2657d2d --- /dev/null +++ b/prototype/app/views/data-format.html @@ -0,0 +1,16 @@ +{% extends "layouts/main.html" %} + +{% set pageTitle = "Data schema" %} + +{% block content %} + +
+
+
+

Data schema

+

(The data schema is generated in main site. Not displayed here to avoid displaying an outdated version.)

+
+
+
+ +{% endblock %} diff --git a/prototype/app/views/layouts/main.html b/prototype/app/views/layouts/main.html index 812b6abb2..2746d41c5 100644 --- a/prototype/app/views/layouts/main.html +++ b/prototype/app/views/layouts/main.html @@ -66,7 +66,7 @@ }, { href: "/how-it-works", - text: "Data format" + text: "Data schema" }, { href: "/how-it-works", @@ -86,7 +86,7 @@ {% set topNavLinks = [ {text: "Home", url: "/"}, {text: "How it works", url: "/how-it-works"}, - {text: "Data format", url: "/data-format"}, + {text: "Data schema", url: "/data-schema"}, {text: "Data sharing", url: "/data-sharing"}, {text: "Get involved", url: "/get-involved"}, {text: "Sign in", url: "/sign-in"} @@ -126,8 +126,8 @@

Navigation