add user to sba / physics answer tables

This commit is contained in:
Ross
2023-09-04 09:36:31 +01:00
parent f6d7bd594a
commit a0b38f541a
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -74,6 +74,7 @@ class UserAnswerTable(tables.Table):
template_name = "django_tables2/bootstrap4.html"
fields = (
"cid",
"user",
"question",
"answer",
# "answer_compare",