diff --git a/ref-test/admin/templates/admin/index.html b/ref-test/admin/templates/admin/index.html new file mode 100644 index 0000000..fe4f71d --- /dev/null +++ b/ref-test/admin/templates/admin/index.html @@ -0,0 +1,148 @@ +{% extends "admin/components/base.html" %} + +{% block content %} +
+ 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 any features you would like to request, please feel free to open an issue at the Git Repository.
+ Open an Issue +