diff --git a/templates/index.html b/templates/index.html index 789be244..18ed08e7 100644 --- a/templates/index.html +++ b/templates/index.html @@ -35,7 +35,7 @@

Grade: {{ request.user.userprofile.grade }}

Supervisor: {{ request.user.userprofile.supervisor }}

@@ -60,9 +60,9 @@ {% endif %} diff --git a/templates/user_scores.html b/templates/user_scores.html index 58b4e570..858ae208 100644 --- a/templates/user_scores.html +++ b/templates/user_scores.html @@ -1,78 +1,123 @@ {% extends 'base.html' %} +{% load help_tags %} {% block content %} -
-

User: {{ cid_user.username }}

- - {% if all_exams %} -

Exam Results

-
- The following exam results been found. Click to view answers (and scores when the results are published): - {% for exam_type, exams in all_exams %} - {% if exams %} -

{{exam_type|title}}

- - {% endif %} - {% endfor %} +
+
+ {% endif %} + + {% if case_collections %} +
+
+
Case Collections
+
+
+

The following Case Collections have been found.

+ +
+
+ {% endif %} - {% endif %} - {% if case_collections %} -
-

Case Collection

- The following Case Collections have been found. - {% for collection in case_collections %} -
  • {{collection.name}} {% if collection.active %}[Active]{% endif %} {% if collection.publish_results %}[Results Published]{% endif %}
  • - - {% endfor %} +
    +
    +
    +
    Actions
    +

    Quick links and information.

    + +
    +
    - {% endif %} - +
    {% endblock %}