diff --git a/courseware.html b/courseware.html index 04bf2c8907..7dd3131a16 100644 --- a/courseware.html +++ b/courseware.html @@ -1,4 +1,5 @@ <%inherit file="main.html" /> + -
- Textbook - - Courseware - - Discussion - - Wiki - - Profile - - Help - Log out -
+<%include file="navigation.html" /> -
- - +
+
+ ${accordion} +
-
- -
-
- ${accordion} -
-
-
- ${content} -
-
+
+ ${content} +
diff --git a/navigation.html b/navigation.html new file mode 100644 index 0000000000..33c6b9bf8d --- /dev/null +++ b/navigation.html @@ -0,0 +1,9 @@ +