Gradebook
+ % for s in students: +${s['username']}
+ % for c in s['grade_info']['grade_summary']: +${c['category']}
+
+ % if 'subscores' in c:
% for ss in c['subscores']:
-
${ss['summary']}
+
${ss['summary']}
% endfor
-% endif
-
diff --git a/404.html b/404.html
index 644f802a13..65b4061b30 100644
--- a/404.html
+++ b/404.html
@@ -1,7 +1,7 @@
<%inherit file="main.html" />
- The page that you were looking for was not found. Go back to the homepage or let us know about any pages that may have been moved at technical@mitx.mit.edu.
-% if 'subscores' in c:
+<%inherit file="main.html" />
+<%include file="navigation.html" args="active_page=''" />
+
+ % if 'subscores' in c:
% for ss in c['subscores']:
- Page not found
-% for s in students:
-
+ % endif
+ ${s['username']}
-% for c in s['grade_info']['grade_summary']:
-${c['category']}
-Gradebook
+ % for s in students:
+ ${s['username']}
+ % for c in s['grade_info']['grade_summary']:
+ ${c['category']}
+
${ss['summary']}
+
${ss['summary']}
% endfor
-% endif
-
If you don’t have an account yet, please enroll here
- diff --git a/main.html b/main.html index 8d05aa2b20..119e861036 100644 --- a/main.html +++ b/main.html @@ -27,7 +27,7 @@ + {% block content %} +"> - diff --git a/registration/password_reset_confirm.html b/registration/password_reset_confirm.html index fa9538f0e7..9daa598a37 100644 --- a/registration/password_reset_confirm.html +++ b/registration/password_reset_confirm.html @@ -1,4 +1,20 @@ + + +
+
+ + + + + + + +