diff --git a/ref-test/admin/templates/admin/components/navbar.html b/ref-test/admin/templates/admin/components/navbar.html index 7fa655f..a5b8d00 100644 --- a/ref-test/admin/templates/admin/components/navbar.html +++ b/ref-test/admin/templates/admin/components/navbar.html @@ -42,10 +42,10 @@ aria-labelledby="dropdown-account" >
+ Exam Code + | ++ Expiry Date + | +
---|---|
+ {{ '—'.join([test.test_code[:4], test.test_code[4:8], test.test_code[8:]]) }} + | ++ {{ test.expiry_date.strftime('%d %b %Y') }} + | +
+ Name + | ++ Date Submitted + | ++ Result + | +
---|---|---|
+ {{ result.name.surname }}, {{ result.name.first_name }} + | ++ {{ result.submission_time.strftime('%d %b %Y %H:%M') }} + | ++ {{ result.percent }}% ({{ result.results.grade }}) + | +
+ Exam Code + | ++ Expiry Date + | +
---|---|
+ {{ '—'.join([test.test_code[:4], test.test_code[4:8], test.test_code[8:]]) }} + | ++ {{ test.expiry_date.strftime('%d %b %Y') }} + | +
This web app was developed by Vivek Santayana. If there are any issues with the app, any bugs you need to report, or anything you are unsure of, you can get in touch with Vivek via email.
+ Email ++ Username + | ++ Email Address + | +
---|---|
+ {{ user.username }} + | ++ {{ user.email }} + | +
+ File Name + | ++ Exams + | +
---|---|
+ {{ dataset.filename }} + | ++ {{ dataset.use }} + | +