We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7871d3a commit afb5fcdCopy full SHA for afb5fcd
1 file changed
tin/apps/submissions/models.py
@@ -156,7 +156,8 @@ def file_header(self):
156
"{0}Period: {3}",
157
"{0}Student: {4} ({5})",
158
"{0}Date: {6}",
159
- "{0}Grade: {7}",
+ "{0}Due Date: {7}",
160
+ "{0}Grade: {8}",
161
)
162
163
@@ -168,6 +169,7 @@ def file_header(self):
168
169
self.student.full_name,
170
self.student.username,
171
timezone.localtime(self.date_submitted).strftime("%D (%B %e, %Y) %-I:%M %P"),
172
+ timezone.localtime(self.assignment.due).strftime("%D (%B %e, %Y) %-I:%M %P"),
173
self.formatted_grade,
174
175
0 commit comments