.
This commit is contained in:
@@ -231,6 +231,9 @@ def replace_questions(request):
|
||||
else:
|
||||
return render(request, "oef/replace_questions.html", {})
|
||||
|
||||
def entries_table(request):
|
||||
entries = Entry.objects.all().order_by("exam_code")
|
||||
return render(request, "oef/entries_table.html", {"entries": entries})
|
||||
|
||||
def entries(request):
|
||||
entries = Entry.objects.all().order_by("exam_code")
|
||||
|
||||
Reference in New Issue
Block a user