diff --git a/ref-test/admin/templates/admin/tests.html b/ref-test/admin/templates/admin/tests.html index 5a3f4e9..7b671b2 100644 --- a/ref-test/admin/templates/admin/tests.html +++ b/ref-test/admin/templates/admin/tests.html @@ -2,25 +2,27 @@ {% block title %} SKA Referee Test | Manage Exams {% endblock %} {% block content %}
- Date Created - | -- Exam Code + | + Start Date | + Exam Code + | +Expiry Date | -+ | Time Limit | -- Created By + | + Results | Actions @@ -28,10 +30,10 @@ |
---|---|---|---|---|---|---|---|---|---|
- {{ test.date.date() }} + {{ test.date.strftime('%d %b %Y') }} | {{ '—'.join([test.test_code[:4], test.test_code[4:8], test.test_code[8:]]) }} @@ -79,41 +81,46 @@ {% endfor %} |